コード例 #1
0
 public CustomerRepository(UmbrellaShopContext ctx)
 {
     context = ctx;
 }
コード例 #2
0
 public OrderRepository(UmbrellaShopContext context)
 {
     _context = context;
 }
コード例 #3
0
 public UmbrellaRepository(UmbrellaShopContext ctx)
 {
     context = ctx;
 }