Example #1
0
 public DataTable ListaVenta()
 {
     try
     {
         D_Ventas ListaVentas = new D_Ventas();
         return(ListaVentas.MostrarVentas());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }