public ITTransportController(IForwardChooseService forwardChooseService, IAttachmentService attachmentService, ISysUserRoleService sysUserRoleService, IHostingEnvironment hostingEnvironment, IScheduleService scheduleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._hostingEnvironment             = hostingEnvironment;
     this._sysUserRoleService             = sysUserRoleService;
     this._forwardChooseService           = forwardChooseService;
     this._scheduleService                = scheduleService;
     this._attachmentService              = attachmentService;
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysCustomizedListService       = sysCustomizedListService;
 }
Example #2
0
 public ForwardChooseController(IForwardChooseService sysForwardChooseService)
 {
     this._sysForwardChooseService = sysForwardChooseService;
 }