public IndentsController(IndentServices indentService, SiteService siteService, PlantService plantService, VendorCategoryService vcServices, VendorService vendorServices, MaintenancePriorityTypeServices mtpService) { this._indentService = indentService; this._siteService = siteService; this._plantService = plantService; this._vcServices = vcServices; this._vendorServices = vendorServices; this._mtpService = mtpService; }
public PurchaseOrderController(IndentServices indentService) { this._indentService = indentService; }