Exemplo n.º 1
0
 public StoreRepository(DamionBuyContext context)
 {
     _context = context;
 }
 public OrderRepository(DamionBuyContext context)
 {
     _context = context;
 }
 public ProductRepository(DamionBuyContext context)
 {
     _context = context;
 }