Ejemplo n.º 1
0
 public List <Cita> ReporteCitasPorMedico(Int32 IdMedico)
 {
     try
     {
         return(ReporteDAO.getInstance().ListarCitasPorMedico(IdMedico));
     }
     catch (Exception) { throw; }
 }