示例#1
0
 public List <Paciente> ObtenerDeportistas(string nombreCompleto, string tipoIdentificacion, string numeroIdentificacion, string nivelEscolaridad)
 {
     return(repositorio.ObtenerPacientes(nombreCompleto, tipoIdentificacion, numeroIdentificacion, nivelEscolaridad));
 }