示例#1
0
 public NotesApiController(IEmployersQuery employersQuery, ICandidateNotesCommand candidateNotesCommand, ICandidateNotesQuery candidateNotesQuery)
 {
     _employersQuery        = employersQuery;
     _candidateNotesCommand = candidateNotesCommand;
     _candidateNotesQuery   = candidateNotesQuery;
 }