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