Add people to magazine admin page.

This commit is contained in:
2020-08-10 03:18:09 +01:00
parent 35e000a02f
commit 8cc6542980
7 changed files with 331 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ namespace Marechai.Services
services.AddScoped<MagazinesByMachineService>();
services.AddScoped<PeopleByBookService>();
services.AddScoped<PeopleByDocumentService>();
services.AddScoped<PeopleByMagazineService>();
}
}
}