Exemplo n.º 1
0
 private ShoppingCart(BethanysPieShopContext context)
 {
     _context = context ?? throw new ArgumentNullException();
 }
 public CategoryRepository(BethanysPieShopContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public PieRepository(BethanysPieShopContext context)
 {
     _context = context;
 }