Move machine to Blazor.

This commit is contained in:
2020-05-22 03:35:50 +01:00
parent df6ad08043
commit c92f47eb9d
7 changed files with 109 additions and 109 deletions

View File

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