This repository was archived by the owner on Aug 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Data
Ruben de la Torre edited this page May 27, 2017
·
2 revisions
This is the data repository for the backend projects.
Powered by Entity Framework Core, this repository follows the Code First approach, so all Migrations can be found here.
To bound the context of each domain to a specific data set, this project offers several repositories.
From there, you add the needed repositories as private fields to an object which inherits from UnityOfWorkBase for easy consumption.
Due to limitations with the Entity Framework Core tooling, this project is forced to be a console application.
This is why you can find a Program class in the Misc folder which can be safely ignored.
![]()