Esempio n. 1
0
 public AutoApprovalController(IEmployeeAppService _employeeService, IFileTransMainAppService _pafamainService, IFileTransDetailAppService _palogsService, IActionListAppService _actionListService)
 {
     this._employeeService      = _employeeService;
     this._FileTransMainService = _pafamainService;
     this._palogsService        = _palogsService;
     this._actionListService    = _actionListService;
 }
 public FileProcessActionController(IStaffAppService _newStaffService, IFileMainAppService _fileMainService, IFileTransMainAppService _fileTransMainService, IFileTransDetailAppService _fileTransDetailService, IFileDetailAppService _fileDetailService, IActionListAppService _actionListService)
 {
     this._newStaffService        = _newStaffService;
     this._fileMainService        = _fileMainService;
     this._fileDetailService      = _fileDetailService;
     this._fileTransMainService   = _fileTransMainService;
     this._fileTransDetailService = _fileTransDetailService;
     this._actionListService      = _actionListService;
 }