示例#1
0
 public UnitOfWork(BillingAPIContext context)
 {
     _dbContext = context;
 }
 protected RepositoryBase(BillingAPIContext context)
 {
     DbContext = context;
 }