Change the references and structure of the code to use Blueprint.Mongo package

This commit is contained in:
Oscar Morales
2025-05-19 14:12:00 -06:00
parent 24efe5612c
commit a36fd0e480
10 changed files with 565 additions and 829 deletions

View File

@@ -1,5 +1,4 @@
using Core.Blueprint.Storage.Configuration;
using Core.Thalos.Infraestructure.Caching.Contracts;
using Core.Thalos.Infraestructure.Caching.Contracts;
using Core.Thalos.Infraestructure.Contexts.Mongo;
using Core.Thalos.Provider.Contracts;
using Core.Thalos.Provider.Providers;
@@ -55,7 +54,6 @@ namespace Core.Thalos.Provider
services.AddDALConfigurationLayer();
services.AddLogs();
services.AddRedisCacheService(configuration);
services.AddBlobStorage(configuration);
return services;
}
@@ -65,7 +63,7 @@ namespace Core.Thalos.Provider
{
services.AddHttpContextAccessor();
services.AddScoped<IUserService, UserService>();
services.AddScoped<IUserProvider, UserProvider>();
services.AddScoped<IRoleService, RoleService>();
services.AddScoped<IPermissionService, PermissionService>();
services.AddScoped<IPermissionService, PermissionService>();