Exemplo n.º 1
0
        public InternalAppsController(ILogService loggerService, IUserService userService,
                                      IUnitOfWork unitOfWork, ISouploadService docService, IWkflowdefService wkflowdefService,
                                      IOrgService orgService, IWkflowinstanceService wkflowinstanceService,
                                      IPortService portService, IPortsettingService portsettingService,
                                      IOrgdoctypService orgdoctypService, IMessageService messageService,
                                      IMessageuserService messageuserService, IOrgdoctypmonthService orgdoctypmonthService,
                                      IMonthService monthService, IOrgdoctypdailyuploadService orgdoctypdailyuploadService,
                                      IOrgmonthcommitmentService orgmonthcommitmentService)
        {
            this._LoggerService = loggerService;
            this._IUserService  = userService;
            this._IDocService   = docService;

            this._UnitOfWork = unitOfWork;

            this._IWkflowdefService            = wkflowdefService;
            this._IOrgService                  = orgService;
            this._IWkflowinstanceService       = wkflowinstanceService;
            this._IPortService                 = portService;
            this._IPortsettingService          = portsettingService;
            this._IOrgdoctypService            = orgdoctypService;
            this._IMessageService              = messageService;
            this._IMessageuserService          = messageuserService;
            this._IOrgdoctypmonthService       = orgdoctypmonthService;
            this._IMonthService                = monthService;
            this._IOrgdoctypdailyuploadService = orgdoctypdailyuploadService;
            this._IOrgmonthcommitmentService   = orgmonthcommitmentService;
        }
Exemplo n.º 2
0
 public UploadActivityController(ILogService loggerService, IUserService userService, IUnitOfWork unitOfWork,
                                 IWkflowdefService wkflowdefService, IWkflowinstanceService wkflowinstanceService,
                                 IDpworkflowService dpworkflowService, IOrgdoctypdataelmService orgdoctypdataelmService,
                                 IOrgService orgService, IOrgdoctypService orgdoctypService, IWkflowdefstatreaService wkflowdefstatreaService,
                                 IPortsettingService portsettingService, IOrgcustService orgcustService)
 {
     this._LoggerService            = loggerService;
     this._IUserService             = userService;
     this._IWkflowdefService        = wkflowdefService;
     this._IWkflowinstanceService   = wkflowinstanceService;
     this._IDpworkflowService       = dpworkflowService;
     this._IOrgdoctypdataelmService = orgdoctypdataelmService;
     this._UnitOfWork               = unitOfWork;
     this._IOrgService              = orgService;
     this._IOrgdoctypService        = orgdoctypService;
     this._IWkflowdefstatreaService = wkflowdefstatreaService;
     this._IPortsettingService      = portsettingService;
     this._IOrgcustService          = orgcustService;
 }