public NotesApiController(IEmployersQuery employersQuery, ICandidateNotesCommand candidateNotesCommand, ICandidateNotesQuery candidateNotesQuery) { _employersQuery = employersQuery; _candidateNotesCommand = candidateNotesCommand; _candidateNotesQuery = candidateNotesQuery; }