epambrest/quiz

Implement UnitOfWork + Repository patterns

Closed this issue · 0 comments

Acceptance criteria:

  • DAT project contains generic class "Repository". Technically it will be a proxy-class to EF's DbSet with a set of methods to get/add/remove data from the database.
  • DAL project contains class "UnitOfWork". It should be derived from EF's DbContext and contain a set of repositories.