|
|
|
@ -6,7 +6,7 @@ using System.Threading.Tasks; |
|
|
|
|
|
|
|
|
|
namespace EPAServeur.IServices |
|
|
|
|
{ |
|
|
|
|
interface IEpAffichageService |
|
|
|
|
interface IEpInformationService |
|
|
|
|
{ |
|
|
|
|
Task<IEnumerable<EpInformationDTO>> GetEPEnCours(List<long?> idBUs, bool asc, int? numPage, int? parPage, string texte, string tri, DateTime? dateDebut, DateTime? dateFin); |
|
|
|
|
Task<IEnumerable<EpInformationDTO>> GetEPEnCoursCount(List<long?> idBUs, bool asc, int? numPage, int? parPage, string texte, string tri, DateTime? dateDebut, DateTime? dateFin); |
|
|
|
|