Пример #1
0
 public DSRptClientes ReporteHojaPrecios(DGP.Entities.Reportes.BEFiltroTablero pVistaVenta)
 {
     try
     {
         return(new DAVenta().ReporteHojaPrecios(pVistaVenta));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Пример #2
0
 public DSRptTablero ReporteTableroVenta(DGP.Entities.Reportes.BEFiltroTablero pVistaVenta)
 {
     try
     {
         return(new DAVenta().ReporteTablero(pVistaVenta));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }