feat: affiliation request
This commit is contained in:
@@ -287,4 +287,8 @@ public class AffiliationService {
|
||||
public Uni<?> deleteAffiliation(long id) {
|
||||
return Panache.withTransaction(() -> repository.deleteById(id));
|
||||
}
|
||||
|
||||
public Uni<?> deleteReqAffiliation(long id) {
|
||||
return Panache.withTransaction(() -> repositoryRequest.deleteById(id));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user