Add people to book admin page.

This commit is contained in:
2020-08-10 03:16:29 +01:00
parent 381fb5d717
commit 9930ccaf0e
8 changed files with 327 additions and 8 deletions

View File

@@ -91,6 +91,7 @@ namespace Marechai.Services
services.AddScoped<BooksByMachineService>();
services.AddScoped<DocumentsByMachineService>();
services.AddScoped<MagazinesByMachineService>();
services.AddScoped<PeopleByBookService>();
}
}
}