public TagController(IBlogsTagService tagService) { this.tagService = tagService; }
public BlogsTagCloudActionFilter(IBlogsTagService tagService, IBlogService blogService) { this.tagService = tagService; this.blogService = blogService; }