public PartsBuyController() { _partsBuyService = new PartsBuyService(); _partsDictionaryService = new PartsDictionaryService(); _warehouseService = new WarehouseService(); _supplierService = new SupplierService(); }
public PartsDictionaryController() { _partsDictionaryService = new PartsDictionaryService(); _carModelService = new CarModelService(); _partsTypeService = new PartsTypeService(); }