Example #1
0
 public SupportActivityController(ILogService loggerService, IUserService userService, IUnitOfWork unitOfWork,
                                  IWkflowdefService wkflowdefService, IWkflowinstanceService wkflowinstanceService,
                                  IDpworkflowService dpworkflowService, IOrgdoctypdataelmService orgdoctypdataelmService, IOrgService orgService,
                                  IWkflowstatService wkflowstatService, IOrguserService orguserService, IUserauthrolService userauthrolService,
                                  IOrgorgService orgorgService, IOrgcustService orgcustService, IOrgresellerService orgresellerService,
                                  IOrgdoctypService orgdoctypService, ISouploadService souploadService, IOrgdoctypdailyuploadService orgdoctypdailyuploadService)
 {
     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._IWkflowstatService           = wkflowstatService;
     this._IOrguserService              = orguserService;
     this._IUserauthrolService          = userauthrolService;
     this._IOrgorgService               = orgorgService;
     this._IOrgcustService              = orgcustService;
     this._IOrgresellerService          = orgresellerService;
     this._IOrgdoctypService            = orgdoctypService;
     this._ISouploadService             = souploadService;
     this._IOrgdoctypdailyuploadService = orgdoctypdailyuploadService;
 }
Example #2
0
 public WkflowController(ILogService loggerService, IUserService userService, IUnitOfWork unitOfWork,
                         IWkflowdefService wkflowdefService, IWkflowinstanceService wkflowinstanceService,
                         IDpworkflowService dpworkflowService, IOrgdoctypdataelmService orgdoctypdataelmService, IOrgService orgService)
 {
     this._LoggerService            = loggerService;
     this._IUserService             = userService;
     this._IWkflowdefService        = wkflowdefService;
     this._IWkflowinstanceService   = wkflowinstanceService;
     this._IDpworkflowService       = dpworkflowService;
     this._IOrgdoctypdataelmService = orgdoctypdataelmService;
     this._UnitOfWork  = unitOfWork;
     this._IOrgService = orgService;
 }
Example #3
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;
 }