Exemplo n.º 1
0
 public List <cReporteArticulosDevueltos> ReporteArticulosDevueltos(Int32?DocumentoDesde, Int32?DocumentoHasta, DateTime?FechaDesde, DateTime?FechaHasta, Int32?CodigoProveedor, String CodigoArticulo, Int32?Familia)
 {
     try
     {
         return(ComprasDA.ReporteArticulosDevueltos(DocumentoDesde, DocumentoHasta, FechaDesde, FechaHasta, CodigoProveedor, CodigoArticulo, Familia));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }