Feat: Cambios Varios
This commit is contained in:
@@ -23,6 +23,8 @@ public static class DependencyInjection
|
||||
services.AddScoped<IImageRepository, ImageRepository>();
|
||||
services.AddScoped<PricingRepository>();
|
||||
services.AddScoped<PricingService>();
|
||||
services.AddScoped<ClientRepository>();
|
||||
services.AddScoped<AuditRepository>();
|
||||
return services;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user