コード例 #1
0
ファイル: CategoryService.cs プロジェクト: donam2020/TSB-Git
 public List <Category> AllList()
 {
     return(repo.AllList());
 }