Exemplo n.º 1
0
 public async Task <Consulta> GetConsultaByIdAsync(int id)
 {
     return(await _consultaData.FindConsultaById(id));
 }