Add the gestion of scholarshipRequest (accept and refuse and select the amount)
This commit is contained in:
@ -4,5 +4,5 @@ import org.springframework.data.repository.CrudRepository;
|
||||
import ovh.herisson.Clyde.Tables.Inscription.ScholarshipRequest;
|
||||
|
||||
public interface ScholarshipRequestRepository extends CrudRepository<ScholarshipRequest, Long> {
|
||||
|
||||
public ScholarshipRequest findById(long id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user