Dalibor Votruba d157ad5837 Add Customer module, with dao mapping пре 3 година
..
Entity d157ad5837 Add Customer module, with dao mapping пре 3 година
Program.cs b72f116939 Recreate DAO mappings by Eflinq пре 3 година
Workbench.csproj b72f116939 Recreate DAO mappings by Eflinq пре 3 година
readme.txt b72f116939 Recreate DAO mappings by Eflinq пре 3 година

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