示例#1
0
 IList <Tuple <Guid, CandidateStatus> > ICandidatesWorkflowQuery.GetCandidatesWithoutSuggestedJobsWorkflow()
 {
     return(_repository.GetCandidatesWithoutSuggestedJobsWorkflow());
 }