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