|
|
@ -122,6 +122,7 @@ namespace EPAServeur |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//Services |
|
|
|
//Services |
|
|
|
|
|
|
|
services.AddScoped<ITransformDTO, TransformDTO>(); |
|
|
|
services.AddScoped<ICollaborateurService, CollaborateurService>(); |
|
|
|
services.AddScoped<ICollaborateurService, CollaborateurService>(); |
|
|
|
services.AddScoped<IEpInformationService, EpInformationService>(); |
|
|
|
services.AddScoped<IEpInformationService, EpInformationService>(); |
|
|
|
services.AddScoped<IFormationService, FormationService>(); |
|
|
|
services.AddScoped<IFormationService, FormationService>(); |
|
|
|