Exemplo n.º 1
0
 public async Task <Professor> ConsultarPeloCpfAsync(string cpfDoProfessor)
 {
     return(await _professorRepository.ConsultarPeloCpfAsync(cpfDoProfessor));
 }