Exemplo n.º 1
0
 public Ztest.ServiceReference1.ArrayOfUser SelectAll()
 {
     Ztest.ServiceReference1.SelectAllRequest inValue = new Ztest.ServiceReference1.SelectAllRequest();
     inValue.Body = new Ztest.ServiceReference1.SelectAllRequestBody();
     Ztest.ServiceReference1.SelectAllResponse retVal = ((Ztest.ServiceReference1.WsSoap)(this)).SelectAll(inValue);
     return(retVal.Body.SelectAllResult);
 }
Exemplo n.º 2
0
 Ztest.ServiceReference1.SelectAllResponse Ztest.ServiceReference1.WsSoap.SelectAll(Ztest.ServiceReference1.SelectAllRequest request)
 {
     return(base.Channel.SelectAll(request));
 }