Add administrative zone.

This commit is contained in:
2020-05-24 02:41:23 +01:00
parent c8ea0ea711
commit be87adddc4
8 changed files with 242 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ namespace Marechai.Services
services.AddScoped<ComputersService>();
services.AddScoped<ConsolesService>();
services.AddScoped<MachinesService>();
services.AddScoped<AdminService>();
}
}
}