Exemplo n.º 1
0
        }                                                      //may be we should not have this here, coz not being updated here.

        public WorkflowManager(IWorkflowDataService workflowDataService)
        {
            _workflowDataService = workflowDataService;
        }
Exemplo n.º 2
0
 public WorkflowController(IWorkflowDataService workflowDataService, ILogger <WorkflowController> logger)
 {
     _workflowDataService = workflowDataService;
     _logger = logger;
 }