示例#1
0
 public IQueryable <TagDto> GetTags()
 {
     return(_tagAppService.FindAll());
 }