public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceBodega.InsertResponse> InsertAsync(GUIEscritorioSGA.ServiceBodega.MDBodega nuevoTipoProducto)
 {
     GUIEscritorioSGA.ServiceBodega.InsertRequest inValue = new GUIEscritorioSGA.ServiceBodega.InsertRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceBodega.InsertRequestBody();
     inValue.Body.nuevoTipoProducto = nuevoTipoProducto;
     return(((GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap)(this)).InsertAsync(inValue));
 }
 public bool Insert(GUIEscritorioSGA.ServiceBodega.MDBodega nuevoTipoProducto)
 {
     GUIEscritorioSGA.ServiceBodega.InsertRequest inValue = new GUIEscritorioSGA.ServiceBodega.InsertRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceBodega.InsertRequestBody();
     inValue.Body.nuevoTipoProducto = nuevoTipoProducto;
     GUIEscritorioSGA.ServiceBodega.InsertResponse retVal = ((GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap)(this)).Insert(inValue);
     return(retVal.Body.InsertResult);
 }
 System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceBodega.InsertResponse> GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap.InsertAsync(GUIEscritorioSGA.ServiceBodega.InsertRequest request)
 {
     return(base.Channel.InsertAsync(request));
 }
 GUIEscritorioSGA.ServiceBodega.InsertResponse GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap.Insert(GUIEscritorioSGA.ServiceBodega.InsertRequest request)
 {
     return(base.Channel.Insert(request));
 }