Пример #1
0
 public void ObtenerServiciosXIDVenta(Venta Datos)
 {
     try
     {
         Venta_Datos VD = new Venta_Datos();
         VD.ObtenerServiciosXIDVenta(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }