/// <summary> /// /// </summary> /// <param name="ApiContext">The <see cref="ApiCall.ApiContext"/> for this API Call of type <see cref="ApiContext"/>.</param> public GetAttributesXSLCall(ApiContext ApiContext) { ApiRequest = new GetAttributesXSLRequestType(); this.ApiContext = ApiContext; }
/// <summary> /// /// </summary> public GetAttributesXSLCall() { ApiRequest = new GetAttributesXSLRequestType(); }