Skip to content
This repository was archived by the owner on Aug 9, 2020. It is now read-only.
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.

Repositories

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.

Executable

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.

Clone this wiki locally