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