Allow to upload book scans.

This commit is contained in:
2020-08-14 01:55:48 +01:00
parent 57eec861ce
commit b641d5de30
5 changed files with 2058 additions and 11 deletions

View File

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