示例#1
0
 public ProductRepository(Northwind db)
 {
     this.db = db;
 }
示例#2
0
 public CustomerRepository(Northwind db)
 {
     this.db = db;
 }