コード例 #1
0
ファイル: TagsController.cs プロジェクト: shin820/KB
 public IQueryable <TagDto> GetTags()
 {
     return(_tagAppService.FindAll());
 }