Add machines to book admin page.

This commit is contained in:
2020-08-10 01:21:43 +01:00
parent 2683bc099b
commit b9cf22e7a1
7 changed files with 301 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ namespace Marechai.Services
services.AddScoped<BooksByMachineFamilyService>();
services.AddScoped<DocumentsByMachineFamilyService>();
services.AddScoped<MagazinesByMachineFamilyService>();
services.AddScoped<BooksByMachineService>();
}
}
}