Пример #1
0
 public AxlNetClient.GetMobileSmartClientProfileRes getMobileSmartClientProfile(AxlNetClient.GetMobileSmartClientProfileReq getMobileSmartClientProfile1)
 {
     AxlNetClient.getMobileSmartClientProfileRequest inValue = new AxlNetClient.getMobileSmartClientProfileRequest();
     inValue.getMobileSmartClientProfile = getMobileSmartClientProfile1;
     AxlNetClient.getMobileSmartClientProfileResponse retVal = ((AxlNetClient.AXLPort18)(this)).getMobileSmartClientProfile(inValue);
     return(retVal.getMobileSmartClientProfileResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getMobileSmartClientProfileResponse> getMobileSmartClientProfileAsync(AxlNetClient.GetMobileSmartClientProfileReq getMobileSmartClientProfile)
 {
     AxlNetClient.getMobileSmartClientProfileRequest inValue = new AxlNetClient.getMobileSmartClientProfileRequest();
     inValue.getMobileSmartClientProfile = getMobileSmartClientProfile;
     return(((AxlNetClient.AXLPort18)(this)).getMobileSmartClientProfileAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.getMobileSmartClientProfileResponse> AxlNetClient.AXLPort18.getMobileSmartClientProfileAsync(AxlNetClient.getMobileSmartClientProfileRequest request)
 {
     return(base.Channel.getMobileSmartClientProfileAsync(request));
 }
Пример #4
0
 AxlNetClient.getMobileSmartClientProfileResponse AxlNetClient.AXLPort18.getMobileSmartClientProfile(AxlNetClient.getMobileSmartClientProfileRequest request)
 {
     return(base.Channel.getMobileSmartClientProfile(request));
 }