Exemplo n.º 1
0
 public AxlNetClient.GetMobileVoiceAccessRes getMobileVoiceAccess(AxlNetClient.GetMobileVoiceAccessReq getMobileVoiceAccess1)
 {
     AxlNetClient.getMobileVoiceAccessRequest inValue = new AxlNetClient.getMobileVoiceAccessRequest();
     inValue.getMobileVoiceAccess = getMobileVoiceAccess1;
     AxlNetClient.getMobileVoiceAccessResponse retVal = ((AxlNetClient.AXLPort22)(this)).getMobileVoiceAccess(inValue);
     return(retVal.getMobileVoiceAccessResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getMobileVoiceAccessResponse> getMobileVoiceAccessAsync(AxlNetClient.GetMobileVoiceAccessReq getMobileVoiceAccess)
 {
     return(axlPortClient22.getMobileVoiceAccessAsync(getMobileVoiceAccess));
 }
Exemplo n.º 3
0
 public AxlNetClient.GetMobileVoiceAccessRes getMobileVoiceAccess(AxlNetClient.GetMobileVoiceAccessReq getMobileVoiceAccess1)
 {
     return(axlPortClient22.getMobileVoiceAccess(getMobileVoiceAccess1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.getMobileVoiceAccessResponse> getMobileVoiceAccessAsync(AxlNetClient.GetMobileVoiceAccessReq getMobileVoiceAccess)
 {
     AxlNetClient.getMobileVoiceAccessRequest inValue = new AxlNetClient.getMobileVoiceAccessRequest();
     inValue.getMobileVoiceAccess = getMobileVoiceAccess;
     return(((AxlNetClient.AXLPort22)(this)).getMobileVoiceAccessAsync(inValue));
 }