コード例 #1
0
ファイル: ProductService.cs プロジェクト: jbardon/learndotnet
 public IList <Product> Load()
 {
     return(_dataAccess.Load());
 }