Exemplo n.º 1
0
        public Content[] GetContent(GetContentFilter contentFilter)
        {
            var nRequest  = new GetContentRequest(contentFilter);
            var nResponse = GetResponse <GetContentResponse>(nRequest);

            return(nResponse.Content);
        }
Exemplo n.º 2
0
 public GetContentRequest(GetContentFilter getGetContent)
 {
     this._getConentFilter = getGetContent;
 }