public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceEntrada.GuardarResponse> GuardarAsync(int id_proveedor, int id_bodega, string rut_empleado, GUIEscritorioSGA.ServiceEntrada.DProductoCantidad[] listaProductoCantidad)
 {
     GUIEscritorioSGA.ServiceEntrada.GuardarRequest inValue = new GUIEscritorioSGA.ServiceEntrada.GuardarRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceEntrada.GuardarRequestBody();
     inValue.Body.id_proveedor          = id_proveedor;
     inValue.Body.id_bodega             = id_bodega;
     inValue.Body.rut_empleado          = rut_empleado;
     inValue.Body.listaProductoCantidad = listaProductoCantidad;
     return(((GUIEscritorioSGA.ServiceEntrada.WebServiceEntradaSoap)(this)).GuardarAsync(inValue));
 }
 public bool Guardar(int id_proveedor, int id_bodega, string rut_empleado, GUIEscritorioSGA.ServiceEntrada.DProductoCantidad[] listaProductoCantidad)
 {
     GUIEscritorioSGA.ServiceEntrada.GuardarRequest inValue = new GUIEscritorioSGA.ServiceEntrada.GuardarRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceEntrada.GuardarRequestBody();
     inValue.Body.id_proveedor          = id_proveedor;
     inValue.Body.id_bodega             = id_bodega;
     inValue.Body.rut_empleado          = rut_empleado;
     inValue.Body.listaProductoCantidad = listaProductoCantidad;
     GUIEscritorioSGA.ServiceEntrada.GuardarResponse retVal = ((GUIEscritorioSGA.ServiceEntrada.WebServiceEntradaSoap)(this)).Guardar(inValue);
     return(retVal.Body.GuardarResult);
 }
 System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceEntrada.GuardarResponse> GUIEscritorioSGA.ServiceEntrada.WebServiceEntradaSoap.GuardarAsync(GUIEscritorioSGA.ServiceEntrada.GuardarRequest request)
 {
     return(base.Channel.GuardarAsync(request));
 }
 GUIEscritorioSGA.ServiceEntrada.GuardarResponse GUIEscritorioSGA.ServiceEntrada.WebServiceEntradaSoap.Guardar(GUIEscritorioSGA.ServiceEntrada.GuardarRequest request)
 {
     return(base.Channel.Guardar(request));
 }