Example #1
0
 public SearchItem(ArticleSearchResultItem item)
 {
     this.Slug         = item.Slug;
     this.Highlighting = new HtmlString(item.Highlighting);
 }
 public SearchItem(ArticleSearchResultItem item)
 {
     this.Slug = item.Slug;
     this.Highlighting = new HtmlString(item.Highlighting);
 }