Esempio n. 1
0
 private void Page_Load(object sender, EventArgs e)
 {
     _tagSearchService = new TagSearchService<SampleContent>(Sitecore.Context.Database.Name);
 }
Esempio n. 2
0
 public BlogController(BlogArticleSearchService blogArticleService, TagSearchService tagSearchService)
 {
     this.blogArticleService = blogArticleService;
     this.tagSearchService   = tagSearchService;
 }