Finally got the api working properly

This commit is contained in:
2026-04-01 13:10:01 +10:30
parent 5407c7db55
commit ad107753b5
6 changed files with 24 additions and 19 deletions
@@ -11,7 +11,6 @@ namespace Emergence.services.Extensions
{
public static IServiceCollection AddEmergenceServices(this IServiceCollection services)
{
services = services.AddTransient<IUserService, UserService>();
services = services.AddTransient<ITenantService, TenantService>();
return services;