Dalibor Votruba 3d274298cb Introduce Processor, add AbstractWorkerService, add processor daos %!s(int64=3) %!d(string=hai) anos
..
Entity 3d274298cb Introduce Processor, add AbstractWorkerService, add processor daos %!s(int64=3) %!d(string=hai) anos
Program.cs b72f116939 Recreate DAO mappings by Eflinq %!s(int64=3) %!d(string=hai) anos
Workbench.csproj b72f116939 Recreate DAO mappings by Eflinq %!s(int64=3) %!d(string=hai) anos
readme.txt b72f116939 Recreate DAO mappings by Eflinq %!s(int64=3) %!d(string=hai) anos

readme.txt

To reverse update:
- Set Workbench project as Startup Project
- Ensure if solution is buildable - backup Entity folder
- Open PM (Package Manager Console from View menu)
- Run following command (in case localdb use (localdb)\\MSSQLLocalDB)
Scaffold-DbContext "Server=(localdb)\MSSQLLocalDB;Database=QLiberace;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Entity -Force