public string GetParity(SRMMVC2_.AKCurrency.AuthHeader AuthHeader) { SRMMVC2_.AKCurrency.GetParityRequest inValue = new SRMMVC2_.AKCurrency.GetParityRequest(); inValue.AuthHeader = AuthHeader; SRMMVC2_.AKCurrency.GetParityResponse retVal = ((SRMMVC2_.AKCurrency.DataServiceSoap)(this)).GetParity(inValue); return(retVal.GetParityResult); }
public System.Threading.Tasks.Task <SRMMVC2_.AKCurrency.GetParityResponse> GetParityAsync(SRMMVC2_.AKCurrency.AuthHeader AuthHeader) { SRMMVC2_.AKCurrency.GetParityRequest inValue = new SRMMVC2_.AKCurrency.GetParityRequest(); inValue.AuthHeader = AuthHeader; return(((SRMMVC2_.AKCurrency.DataServiceSoap)(this)).GetParityAsync(inValue)); }
public GetParityRequest(SRMMVC2_.AKCurrency.AuthHeader AuthHeader) { this.AuthHeader = AuthHeader; }