示例#1
0
 public VentaDetalle ObtenerProductoXClaveProducto(VentaDetalle Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         return(VD.ObtenerProductoXClaveProducto(Datos));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }