Beispiel #1
0
 public async Task <List <Entidades.ViewModels.PacienteViewModel> > ObtenerListadoPacientes()
 {
     Datos.PacientesDatos pacientesDatos = new Datos.PacientesDatos();
     return(await pacientesDatos.ObtenerListadoPacientes());
 }