remove user consent services

This commit is contained in:
Sergio Matias Urquin
2025-05-12 21:54:02 -06:00
parent 7d760b589e
commit f6595ed1df
4 changed files with 1 additions and 93 deletions

View File

@@ -84,8 +84,6 @@ builder.Host.ConfigureServices((context, services) =>
services.AddScoped<IComponentHandler<RemoveProjectFromUserRequest>, UserHandler>();
services.AddScoped<IComponentHandler<ValidateUserExistenceRequest>, UserHandler>();
services.AddScoped<IComponentHandler<GetTokenAdapterRequest>, UserHandler>();
services.AddScoped<IComponentHandler<GetConsentFormPDFRequest>, UserHandler>();
services.AddScoped<IComponentHandler<AcceptUserConsentFormRequest>, UserHandler>();
services.AddValidatorsFromAssemblyContaining<CreateUserValidator>();