Move people admin index to Blazor.

This commit is contained in:
2020-05-24 17:19:13 +01:00
parent 4aabb169f9
commit d4cbbae20a
10 changed files with 363 additions and 79 deletions

View File

@@ -55,6 +55,7 @@ namespace Marechai.Services
services.AddScoped<InstructionSetsService>();
services.AddScoped<LicensesService>();
services.AddScoped<MachineFamiliesService>();
services.AddScoped<PeopleService>();
}
}
}