|
|
|
@ -10,7 +10,7 @@ namespace EPAServeur.IServices |
|
|
|
|
{ |
|
|
|
|
public interface IReferentService |
|
|
|
|
{ |
|
|
|
|
ReferentDTO GetReferentById(Guid? id); |
|
|
|
|
ReferentDTO GetReferentById(Guid? idReferent); |
|
|
|
|
ReferentDTO GetReferentActuelCollaborateur(Guid? idCollaborateur); |
|
|
|
|
IEnumerable<ReferentDTO> GetReferents(bool? asc, int? numPage, int? parPAge, List<string> fonctions, long? idAgence, long? idBU, string texte, string tri); |
|
|
|
|
|
|
|
|
|