public WorkflowK2Controller(
     IK2DataService k2DataService,
     IK2IntegrationService k2IntegrationService,
     ICommentsTaskService commentsTaskService,
     IDocumentsTaskService documentsTaskService,
     IESWCIPService eswcipService,
     IOperationRepository operationRepository,
     IOperationTeamDataRepository operationTeamDataRepository)
 {
     _k2DataService               = k2DataService;
     _k2IntegrationService        = k2IntegrationService;
     _commentsTaskService         = commentsTaskService;
     _documentsTaskService        = documentsTaskService;
     _eswcipService               = eswcipService;
     _operationRepository         = operationRepository;
     _operationTeamDataRepository = operationTeamDataRepository;
 }
Пример #2
0
 public WorkflowK2Controller(
     IK2DataService k2DataService,
     IK2IntegrationService k2IntegrationService,
     ICommentsTaskService commentsTaskService,
     IFundsSharepointService fundsSharepointService,
     IOperationRepository opRep,
     ITcmUniverseService tcmServ,
     IWorkflowInstanceEntityRepository workflowInstanceEntityRepository,
     IWorkflowInstanceTaskRepository workflowInstanceTaskRepository)
 {
     _k2DataService                    = k2DataService;
     _k2IntegrationService             = k2IntegrationService;
     _commentsTaskService              = commentsTaskService;
     _fundsSharepointService           = fundsSharepointService;
     _operationRepository              = opRep;
     _tcmService                       = tcmServ;
     _workflowInstanceEntityRepository = workflowInstanceEntityRepository;
     _workflowInstanceTaskRepository   = workflowInstanceTaskRepository;
 }