Beispiel #1
0
 public PlantRepository(PlantShopDbContext dbContext)
 {
     _dbContext = dbContext;
 }
Beispiel #2
0
 public InventoryRepository(PlantShopDbContext dbContext)
 {
     _dbContext = dbContext;
 }