Exemplo n.º 1
0
 public ArticleDetail FindArticleById(string id)
 {
     return(_articleQueryService.GetArticleDetail(id));
 }