コード例 #1
0
 public StoresController(Batch1Context context)
 {
     _context = context;
 }
コード例 #2
0
 public ProductsController(Batch1Context context)
 {
     _context = context;
 }
コード例 #3
0
 public CustomersController(Batch1Context context)
 {
     _context = context;
 }