示例#1
0
 public Task <PagedResultDto <ArticleDto> > GetListByTagAsync(string tag)
 {
     return(_articleCommonAppService.GetListByTagAsync(new ArticleListByTagRequestDto {
         Tag = tag
     }));
 }