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