public Content[] GetContent(GetContentFilter contentFilter) { var nRequest = new GetContentRequest(contentFilter); var nResponse = GetResponse <GetContentResponse>(nRequest); return(nResponse.Content); }
public GetContentRequest(GetContentFilter getGetContent) { this._getConentFilter = getGetContent; }