コード例 #1
0
 public ManufacturerRepository(ItemDbContext manufacturerContext)
 {
     _manufacturerContext = manufacturerContext;
 }
コード例 #2
0
 public ItemRepository(ItemDbContext itemContext)
 {
     _itemContext = itemContext;
 }
コード例 #3
0
 public CategoryRepository(ItemDbContext categoryContext)
 {
     _categoryContext = categoryContext;
 }