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