Beispiel #1
0
 public async Task <Professor> RemoveProfessorAsync(string cpf)
 {
     return(await _professorRepository.RemoveAsync(cpf));
 }