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