Example #1
0
 public AxlNetClient.ListBillingServerRes listBillingServer(AxlNetClient.ListBillingServerReq listBillingServer1)
 {
     AxlNetClient.listBillingServerRequest inValue = new AxlNetClient.listBillingServerRequest();
     inValue.listBillingServer = listBillingServer1;
     AxlNetClient.listBillingServerResponse retVal = ((AxlNetClient.AXLPort67)(this)).listBillingServer(inValue);
     return(retVal.listBillingServerResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listBillingServerResponse> listBillingServerAsync(AxlNetClient.ListBillingServerReq listBillingServer)
 {
     return(axlPortClient67.listBillingServerAsync(listBillingServer));
 }
Example #3
0
 public AxlNetClient.ListBillingServerRes listBillingServer(AxlNetClient.ListBillingServerReq listBillingServer1)
 {
     return(axlPortClient67.listBillingServer(listBillingServer1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listBillingServerResponse> listBillingServerAsync(AxlNetClient.ListBillingServerReq listBillingServer)
 {
     AxlNetClient.listBillingServerRequest inValue = new AxlNetClient.listBillingServerRequest();
     inValue.listBillingServer = listBillingServer;
     return(((AxlNetClient.AXLPort67)(this)).listBillingServerAsync(inValue));
 }