Exemplo n.º 1
0
 public CommentsController(IBlogCommentsService blogCommentsService)
 {
     this.blogCommentsService = blogCommentsService;
 }
Exemplo n.º 2
0
 public AllCommentsComponent(IBlogCommentsService blogCommentsService)
 {
     this.blogCommentsService = blogCommentsService;
 }