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