예제 #1
0
 private ShoppingCart(BethanysPieShopContext context)
 {
     _context = context ?? throw new ArgumentNullException();
 }
 public CategoryRepository(BethanysPieShopContext context)
 {
     _context = context;
 }
예제 #3
0
 public PieRepository(BethanysPieShopContext context)
 {
     _context = context;
 }