Exemplo n.º 1
0
 public List <cReporteFactura> ResumenNCF(DateTime FechaDesde, DateTime FechaHasta, Int32 ProveedorID)
 {
     try
     {
         return(ComprasDA.ResumenNCF(FechaDesde, FechaHasta, ProveedorID));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }