Exemple #1
0
 public CustomerRepository(UmbrellaShopContext ctx)
 {
     context = ctx;
 }
 public OrderRepository(UmbrellaShopContext context)
 {
     _context = context;
 }
 public UmbrellaRepository(UmbrellaShopContext ctx)
 {
     context = ctx;
 }