|
|
@ -18,6 +18,7 @@ namespace EPAServeur.IServices |
|
|
|
Task<IEnumerable<CollaborateurDTO>> GetCollaborateursByReferentAsync(Guid? idReferent, bool? asc, int? numPage, int? parPage, string texte, string tri); |
|
|
|
Task<IEnumerable<CollaborateurDTO>> GetCollaborateursByReferentAsync(Guid? idReferent, bool? asc, int? numPage, int? parPage, string texte, string tri); |
|
|
|
Task<int> GetCollaborateursCountByReferentAsync(Guid? idReferent, string texte); |
|
|
|
Task<int> GetCollaborateursCountByReferentAsync(Guid? idReferent, string texte); |
|
|
|
Task<IEnumerable<CollaborateurDTO>> GetReferentsPrecedentsEPAsync(Guid? idCollaborateur); |
|
|
|
Task<IEnumerable<CollaborateurDTO>> GetReferentsPrecedentsEPAsync(Guid? idCollaborateur); |
|
|
|
|
|
|
|
Task<IEnumerable<CollaborateurDTO>> GetCollaborateurDTOsAsync(List<Guid?> guids); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|