Пример #1
0
        public ModelViewModel(IModelManagement modelManagement, IProductManagement productManagement, IManufactureManager manufactureManager)
        {
            this.modelManagement    = modelManagement;
            this.productManagement  = productManagement;
            this.manufactureManager = manufactureManager;

            GetProductTypes();
            getAllManufatures();
            getAllModels();
        }
Пример #2
0
        public ManufaturerViewModel(IManufactureManager manufactureManager)
        {
            this.manufactureManager = manufactureManager;

            getAllManufatures();
        }