public ITShipmentCreateController(ISysUserService sysUserService, IOrderMainService orderMainService, ISysUserRoleService sysUserRoleService, IHostingEnvironment hostingEnvironment, IScheduleService scheduleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._hostingEnvironment             = hostingEnvironment;
     this._sysUserRoleService             = sysUserRoleService;
     this._scheduleService                = scheduleService;
     this._sysUserService                 = sysUserService;
     this._orderMainService               = orderMainService;
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysCustomizedListService       = sysCustomizedListService;
 }
 public InspectionJyyController(IInspectionAttachmentService InspectionAttachmentService, ISysUserService sysUserService, IOrderService sysOrderService, IOrderMainService sysOrderMainService, IInspecationMainService sysInspectionMainService, IInspectionRecordService sysInspectionRecordService, IInspectionService sysInspectionService, ISysUserRoleService sysUserRoleService, IHostingEnvironment hostingEnvironment, IScheduleService scheduleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._sysOrderMainService         = sysOrderMainService;
     this._InspectionAttachmentService = InspectionAttachmentService;
     this._sysOrderService             = sysOrderService;
     this._sysInspectionMainService    = sysInspectionMainService;
     this._hostingEnvironment          = hostingEnvironment;
     this._sysUserRoleService          = sysUserRoleService;
     this._sysUserService  = sysUserService;
     this._scheduleService = scheduleService;
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysCustomizedListService       = sysCustomizedListService;
     this._sysInspectionService           = sysInspectionService;
     this._sysInspectionRecordService     = sysInspectionRecordService;
 }