Exemplo n.º 1
0
 public ArticlePageInfo QueryArticleByPage(QueryArticleParam param)
 {
     return(_articleQueryService.QueryArticleByPage(param));
 }