public bool Update(GUIEscritorioSGA.ServiceSucursal.MDSucursal editableSucursal)
 {
     GUIEscritorioSGA.ServiceSucursal.UpdateRequest inValue = new GUIEscritorioSGA.ServiceSucursal.UpdateRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceSucursal.UpdateRequestBody();
     inValue.Body.editableSucursal = editableSucursal;
     GUIEscritorioSGA.ServiceSucursal.UpdateResponse retVal = ((GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap)(this)).Update(inValue);
     return(retVal.Body.UpdateResult);
 }
 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);
 }
 public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceSucursal.UpdateResponse> UpdateAsync(GUIEscritorioSGA.ServiceSucursal.MDSucursal editableSucursal)
 {
     GUIEscritorioSGA.ServiceSucursal.UpdateRequest inValue = new GUIEscritorioSGA.ServiceSucursal.UpdateRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceSucursal.UpdateRequestBody();
     inValue.Body.editableSucursal = editableSucursal;
     return(((GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap)(this)).UpdateAsync(inValue));
 }
 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 UpdateRequestBody(GUIEscritorioSGA.ServiceSucursal.MDSucursal editableSucursal)
 {
     this.editableSucursal = editableSucursal;
 }
 public InsertRequestBody(GUIEscritorioSGA.ServiceSucursal.MDSucursal nuevoTipoProducto)
 {
     this.nuevoTipoProducto = nuevoTipoProducto;
 }
 public BuscarResponseBody(GUIEscritorioSGA.ServiceSucursal.MDSucursal BuscarResult)
 {
     this.BuscarResult = BuscarResult;
 }