Exemple #1
0
 public NewsController(IArticleClientService newsService, ITagsClientService tagService)
 {
     _newsService = newsService;
     _tagService = tagService;
 }
Exemple #2
0
 public TagController(ITagsClientService tagsService)
 {
     _tagsService = tagsService;
 }