Exemple #1
0
 public CommentController(IArticleServiceAddGetArticleComment articleService, ICommentServices commentServices)
 {
     this.articleService  = articleService;
     this.commentServices = commentServices;
 }
Exemple #2
0
 public TagController(IArticleServiceAddGetArticleComment articleService, ITagServices tagServices)
 {
     this.articleService = articleService;
     this.tagServices    = tagServices;
 }