Пример #1
0
 public DataManager(IRepositoryFlower repositoryFlower, IRepositoryPlantation repositoryPlantation,
                    IRepositoryWarehouse repositoryWarehouse, IRepositorySupply repositorySupply,
                    IRepositoryPlantationFlower repositoryPlantationFlower, IRepositorySupplyFlower repositorySupplyFlower,
                    IRepositoryWarehouseFlower repositoryWarehouseFlower)
 {
     Flowers           = repositoryFlower;
     Plantations       = repositoryPlantation;
     Supplies          = repositorySupply;
     Warehouses        = repositoryWarehouse;
     PlantationFlowers = repositoryPlantationFlower;
     WarehouseFlowers  = repositoryWarehouseFlower;
     SupplyFlowers     = repositorySupplyFlower;
 }