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