コード例 #1
0
 public InventoryRepository(InventoryContext _context)
 {
     context = _context;
 }
コード例 #2
0
 public InventoryRepository()
 {
     context = new InventoryContext();
 }