Пример #1
0
 public ProductRepository(Northwind db)
 {
     this.db = db;
 }
Пример #2
0
 public CustomerRepository(Northwind db)
 {
     this.db = db;
 }