public WOController(IMCustomerTasks customerTasks, ITWOTasks woTasks, ITReferenceTasks refTasks, ITWOLogTasks woLogTasks, ITWOStatusTasks woStatusTasks) { this._customerTasks = customerTasks; this._woTasks = woTasks; this._refTasks = refTasks; this._woLogTasks = woLogTasks; this._woStatusTasks = woStatusTasks; }
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; }