Пример #1
0
 public AxlNetClient.StandardResponse applyPhone(AxlNetClient.NameAndGUIDRequest applyPhone1)
 {
     AxlNetClient.applyPhoneRequest inValue = new AxlNetClient.applyPhoneRequest();
     inValue.applyPhone = applyPhone1;
     AxlNetClient.applyPhoneResponse retVal = ((AxlNetClient.AXLPort43)(this)).applyPhone(inValue);
     return(retVal.applyPhoneResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyPhoneResponse> applyPhoneAsync(AxlNetClient.NameAndGUIDRequest applyPhone)
 {
     AxlNetClient.applyPhoneRequest inValue = new AxlNetClient.applyPhoneRequest();
     inValue.applyPhone = applyPhone;
     return(((AxlNetClient.AXLPort43)(this)).applyPhoneAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyPhoneResponse> AxlNetClient.AXLPort43.applyPhoneAsync(AxlNetClient.applyPhoneRequest request)
 {
     return(base.Channel.applyPhoneAsync(request));
 }
Пример #4
0
 AxlNetClient.applyPhoneResponse AxlNetClient.AXLPort43.applyPhone(AxlNetClient.applyPhoneRequest request)
 {
     return(base.Channel.applyPhone(request));
 }