public System.Threading.Tasks.Task <vista.Service_Venta_BackUp.crearVentaResponse> crearVentaAsync(int idd, int subtot, int propin, int total_r, int pedido_id)
 {
     vista.Service_Venta_BackUp.crearVentaRequest inValue = new vista.Service_Venta_BackUp.crearVentaRequest();
     inValue.idd       = idd;
     inValue.subtot    = subtot;
     inValue.propin    = propin;
     inValue.total_r   = total_r;
     inValue.pedido_id = pedido_id;
     return(((vista.Service_Venta_BackUp.NewWebService)(this)).crearVentaAsync(inValue));
 }
 public int crearVenta(int idd, int subtot, int propin, int total_r, int pedido_id)
 {
     vista.Service_Venta_BackUp.crearVentaRequest inValue = new vista.Service_Venta_BackUp.crearVentaRequest();
     inValue.idd       = idd;
     inValue.subtot    = subtot;
     inValue.propin    = propin;
     inValue.total_r   = total_r;
     inValue.pedido_id = pedido_id;
     vista.Service_Venta_BackUp.crearVentaResponse retVal = ((vista.Service_Venta_BackUp.NewWebService)(this)).crearVenta(inValue);
     return(retVal.@return);
 }
 System.Threading.Tasks.Task <vista.Service_Venta_BackUp.crearVentaResponse> vista.Service_Venta_BackUp.NewWebService.crearVentaAsync(vista.Service_Venta_BackUp.crearVentaRequest request)
 {
     return(base.Channel.crearVentaAsync(request));
 }
 vista.Service_Venta_BackUp.crearVentaResponse vista.Service_Venta_BackUp.NewWebService.crearVenta(vista.Service_Venta_BackUp.crearVentaRequest request)
 {
     return(base.Channel.crearVenta(request));
 }