Exemple #1
0
 public void UpdDict(WFWebService.WS.Phone phone)
 {
     WFWebService.WS.UpdDictRequest inValue = new WFWebService.WS.UpdDictRequest();
     inValue.Body       = new WFWebService.WS.UpdDictRequestBody();
     inValue.Body.phone = phone;
     WFWebService.WS.UpdDictResponse retVal = ((WFWebService.WS.WebServiceSoap)(this)).UpdDict(inValue);
 }
Exemple #2
0
 public System.Threading.Tasks.Task DelDictAsync(WFWebService.WS.Phone phone)
 {
     return(base.Channel.DelDictAsync(phone));
 }
Exemple #3
0
 public void DelDict(WFWebService.WS.Phone phone)
 {
     base.Channel.DelDict(phone);
 }
Exemple #4
0
 public void UpdDict(WFWebService.WS.Phone phone)
 {
     base.Channel.UpdDict(phone);
 }
Exemple #5
0
 public System.Threading.Tasks.Task <WFWebService.WS.UpdDictResponse> UpdDictAsync(WFWebService.WS.Phone phone)
 {
     WFWebService.WS.UpdDictRequest inValue = new WFWebService.WS.UpdDictRequest();
     inValue.Body       = new WFWebService.WS.UpdDictRequestBody();
     inValue.Body.phone = phone;
     return(((WFWebService.WS.WebServiceSoap)(this)).UpdDictAsync(inValue));
 }
Exemple #6
0
 public UpdDictRequestBody(WFWebService.WS.Phone phone)
 {
     this.phone = phone;
 }