Allow to add and remove processors from machine details in admin view.

This commit is contained in:
2020-05-29 03:56:48 +01:00
parent e77bcc3aa4
commit 9bfd5eb888
13 changed files with 269 additions and 584 deletions

View File

@@ -64,6 +64,7 @@ namespace Marechai.Services
services.AddScoped<CompanyLogosService>();
services.AddScoped<GpusByMachineService>();
services.AddScoped<SoundSynthsByMachineService>();
services.AddScoped<ProcessorsByMachineService>();
}
}
}