Dalibor Votruba 21ae3b2c5d Add Currency, Country and relationships to model. Missing service %!s(int64=3) %!d(string=hai) anos
..
Entity 21ae3b2c5d Add Currency, Country and relationships to model. Missing service %!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