コード例 #1
0
ファイル: ChartService.cs プロジェクト: leon737/Accounting
 public IQueryable <Chart> All()
 {
     return(_chartRepository.All());
 }