Ajout du service ParticipationFormationService dans le Startup

develop
jboinembalome 4 years ago
parent 3146d7a9c5
commit fb89826622
  1. 1
      EPAServeur/Startup.cs

@ -124,6 +124,7 @@ namespace EPAServeur
//Services
services.AddScoped<ICollaborateurService, CollaborateurService>();
services.AddScoped<IFormationService, FormationService>();
services.AddScoped<IParticipationFormationService, ParticipationFormationService>();
services.AddScoped<INoteService, NoteService>();
services.AddScoped<IReferentEPService, ReferentEPService>();
services.AddScoped<IEngagementService, EngagementService>();

Loading…
Cancel
Save