public WarehousesController(IFlowerServiceRepository flowerServiceRepository)
 {
     _flowerServiceRepository = flowerServiceRepository;
 }
Esempio n. 2
0
 public FlowersController(IFlowerServiceRepository flowerServiceRepository)
 {
     _flowerServiceRepository = flowerServiceRepository;
 }
Esempio n. 3
0
 public SuppliesController(IFlowerServiceRepository flowerServiceRepository)
 {
     _flowerServiceRepository = flowerServiceRepository;
 }
 public PlantationsController(IFlowerServiceRepository flowerServiceRepository)
 {
     _flowerServiceRepository = flowerServiceRepository;
 }