public WarehousesController(IFlowerServiceRepository flowerServiceRepository)
 {
     _flowerServiceRepository = flowerServiceRepository;
 }
예제 #2
0
 public FlowersController(IFlowerServiceRepository flowerServiceRepository)
 {
     _flowerServiceRepository = flowerServiceRepository;
 }
예제 #3
0
 public SuppliesController(IFlowerServiceRepository flowerServiceRepository)
 {
     _flowerServiceRepository = flowerServiceRepository;
 }
 public PlantationsController(IFlowerServiceRepository flowerServiceRepository)
 {
     _flowerServiceRepository = flowerServiceRepository;
 }