Esempio n. 1
0
 public int CantidadPacientes()
 {
     try
     {
         return(ReporteConnection.GetInstance().CantidadPacientes());
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Esempio n. 2
0
 public bool InsertReporte(Reporte objReporte)
 {
     try
     {
         return(ReporteConnection.GetInstance().InsertReporte(objReporte));
     }
     catch (Exception e)
     {
         throw e;
     }
 }