Example #1
0
 public QueryReporitory(BaseDbContext context)
 {
     this.uw = context;
 }
Example #2
0
 public UnitOfWork()
 {
     context = new BaseDbContext();
 }
Example #3
0
 public Repository(BaseDbContext context)
 {
     this.uw = context;
 }