Move GPUs admin index to Blazor.

This commit is contained in:
2020-05-24 05:42:38 +01:00
parent f62c993af7
commit acf9a36024
9 changed files with 289 additions and 51 deletions

View File

@@ -50,6 +50,7 @@ namespace Marechai.Services
services.AddScoped<BrowserTestsService>();
services.AddScoped<DocumentCompaniesService>();
services.AddScoped<DocumentPeopleService>();
services.AddScoped<GpusService>();
}
}
}