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