示例#1
0
 public Task <ArticleDto> GetAsync(Guid id)
 {
     return(_articleCommonAppService.GetAsync(id));
 }