Exemplo n.º 1
0
 public List <cReporteFactura> Reporte(Int64 ID)
 {
     try
     {
         return(ComprasDA.Reporte(ID));
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }