public WarehousesController(IFlowerServiceRepository flowerServiceRepository) { _flowerServiceRepository = flowerServiceRepository; }
public FlowersController(IFlowerServiceRepository flowerServiceRepository) { _flowerServiceRepository = flowerServiceRepository; }
public SuppliesController(IFlowerServiceRepository flowerServiceRepository) { _flowerServiceRepository = flowerServiceRepository; }
public PlantationsController(IFlowerServiceRepository flowerServiceRepository) { _flowerServiceRepository = flowerServiceRepository; }