Exemplo n.º 1
0
 public ProductRepository(Adventureworks2012Context dbContext)
 {
     _dbContext = dbContext;
 }
Exemplo n.º 2
0
 public UnitOfWork(Adventureworks2012Context dbContext)
 {
     _dbContext = dbContext;
 }
 public PurchaseRepository(Adventureworks2012Context dbContext)
 {
     _dbContext = dbContext;
 }