Move screens admin index to Blazor.

This commit is contained in:
2020-05-24 18:29:50 +01:00
parent 38c0558764
commit 9db3bb93de
8 changed files with 302 additions and 61 deletions

View File

@@ -57,6 +57,7 @@ namespace Marechai.Services
services.AddScoped<MachineFamiliesService>();
services.AddScoped<PeopleService>();
services.AddScoped<ProcessorsService>();
services.AddScoped<ScreensService>();
}
}
}