コード例 #1
0
 Guid?ICandidatesWorkflowCommand.GetStatusWorkflowId(Guid candidateId)
 {
     return(_repository.GetStatusWorkflowId(candidateId));
 }