Exemplo n.º 1
0
 public bool Update(Ztest.ServiceReference1.user u)
 {
     Ztest.ServiceReference1.UpdateRequest inValue = new Ztest.ServiceReference1.UpdateRequest();
     inValue.Body   = new Ztest.ServiceReference1.UpdateRequestBody();
     inValue.Body.u = u;
     Ztest.ServiceReference1.UpdateResponse retVal = ((Ztest.ServiceReference1.WsSoap)(this)).Update(inValue);
     return(retVal.Body.UpdateResult);
 }
Exemplo n.º 2
0
 public UpdateRequestBody(Ztest.ServiceReference1.user u)
 {
     this.u = u;
 }
Exemplo n.º 3
0
 public InsertRequestBody(Ztest.ServiceReference1.user u)
 {
     this.u = u;
 }