public ReportsController(IMCustomerTasks customerTasks, ITWOTasks woTasks, IMEmpTasks empTasks, IMMerkTasks merkTasks, IMTypeTasks typeTasks, IMSPartTasks spartTasks, IMEquipTasks equipTasks, ITWOSPartTasks woSPartTasks) { this._woTasks = woTasks; this._customerTasks = customerTasks; this._empTasks = empTasks; this._merkTasks = merkTasks; this._typeTasks = typeTasks; this._spartTasks = spartTasks; this._equipTasks = equipTasks; this._woSPartTasks = woSPartTasks; }
public WOController(IMCustomerTasks customerTasks, ITWOTasks woTasks, ITReferenceTasks refTasks, ITWOLogTasks woLogTasks, ITWOStatusTasks woStatusTasks, ITWOTrackTasks woTrackTasks, IMMerkTasks merkTasks, IMTypeTasks typeTasks, ITWOSPartTasks woSPartTasks, IMSPartTasks spartTasks, IMEmpTasks empTasks) { this._customerTasks = customerTasks; this._woTasks = woTasks; this._refTasks = refTasks; this._woLogTasks = woLogTasks; this._woStatusTasks = woStatusTasks; this._woTrackTasks = woTrackTasks; this._merkTasks = merkTasks; this._typeTasks = typeTasks; this._woSPartTasks = woSPartTasks; this._spartTasks = spartTasks; this._empTasks = empTasks; }