Fase 3: Implementación de Listings (Avisos) - Entidades, Repositorio, API y Frontend Wizard integración
This commit is contained in:
@@ -18,6 +18,7 @@ public static class DependencyInjection
|
||||
services.AddScoped<ITokenService, Services.TokenService>();
|
||||
services.AddScoped<IAuthService, Services.AuthService>();
|
||||
services.AddScoped<IAttributeDefinitionRepository, AttributeDefinitionRepository>();
|
||||
services.AddScoped<IListingRepository, ListingRepository>();
|
||||
return services;
|
||||
}
|
||||
}
|
||||
@@ -25,3 +26,4 @@ public static class DependencyInjection
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user