예제 #1
0
 public OwnerRepository(Tp2DbContext tp2DbContext) : base(tp2DbContext)
 {
 }
예제 #2
0
 public AccountRepository(Tp2DbContext tp2DbContext) : base(tp2DbContext)
 {
 }
예제 #3
0
 public RepositoryBase(Tp2DbContext tp2DbContext)
 {
     this.RepositoryContext = tp2DbContext;
 }
예제 #4
0
 public RepositoryWrapper(Tp2DbContext repositoryContext)
 {
     _repoContext = repositoryContext;
 }