public HierarchyRepository(AccountsContext dbContext) { this._dbContext = dbContext; }
public AccountRepository(AccountsContext dbContext) { this._dbContext = dbContext; }