public Repository(SEBTaskDbContext dbContext) { this.dbContext = dbContext; }
public UnitOfWork(SEBTaskDbContext context) { this.context = context; this.repositories = new Dictionary <Type, object>(); }