Move document people admin index to Blazor.

This commit is contained in:
2020-05-24 05:24:18 +01:00
parent 4a94fe37cc
commit f62c993af7
11 changed files with 292 additions and 53 deletions

View File

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