public OwnerRepository(Tp2DbContext tp2DbContext) : base(tp2DbContext) { }
public AccountRepository(Tp2DbContext tp2DbContext) : base(tp2DbContext) { }
public RepositoryBase(Tp2DbContext tp2DbContext) { this.RepositoryContext = tp2DbContext; }
public RepositoryWrapper(Tp2DbContext repositoryContext) { _repoContext = repositoryContext; }