Mise à jour du nom de l'interface du service des affichages ep

develop
Yanaël GRETTE 3 years ago
parent 25bd7a4a69
commit 9a0071a556
  1. 2
      EPAServeur/IServices/IEpInformationService.cs

@ -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);

Loading…
Cancel
Save