public AxlNetClient.GetHuntPilotRes getHuntPilot(AxlNetClient.GetHuntPilotReq getHuntPilot1) { AxlNetClient.getHuntPilotRequest inValue = new AxlNetClient.getHuntPilotRequest(); inValue.getHuntPilot = getHuntPilot1; AxlNetClient.getHuntPilotResponse retVal = ((AxlNetClient.AXLPort35)(this)).getHuntPilot(inValue); return(retVal.getHuntPilotResponse1); }
public AxlNetClient.GetHuntPilotRes getHuntPilot(AxlNetClient.GetHuntPilotReq getHuntPilot1) { return(axlPortClient35.getHuntPilot(getHuntPilot1)); }
public System.Threading.Tasks.Task <AxlNetClient.getHuntPilotResponse> getHuntPilotAsync(AxlNetClient.GetHuntPilotReq getHuntPilot) { AxlNetClient.getHuntPilotRequest inValue = new AxlNetClient.getHuntPilotRequest(); inValue.getHuntPilot = getHuntPilot; return(((AxlNetClient.AXLPort35)(this)).getHuntPilotAsync(inValue)); }
public System.Threading.Tasks.Task <AxlNetClient.getHuntPilotResponse> getHuntPilotAsync(AxlNetClient.GetHuntPilotReq getHuntPilot) { return(axlPortClient35.getHuntPilotAsync(getHuntPilot)); }