コード例 #1
0
ファイル: ProductRepository.cs プロジェクト: ntmk/ICS-Labs
 public ProductRepository(Northwind db)
 {
     this.db = db;
 }
コード例 #2
0
 public CustomerRepository(Northwind db)
 {
     this.db = db;
 }