Exemple #1
0
 public ProductDescriptionRepository(dbAdvent context)
 {
     Context = context;
 }
 public ProductCategoryRepository(dbAdvent context)
 {
     Context = context;
 }
 public ProductProductPhotoRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #4
0
 public BusinessEntityAddressRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #5
0
 public ProductListPriceHistoryRepository(dbAdvent context)
 {
     Context = context;
 }
 public SalesOrderHeaderRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #7
0
 public SalesOrderDetailRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #8
0
 public SalesPersonRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #9
0
 public ShoppingCartItemRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #10
0
 public SalesTerritoryRepository(dbAdvent context)
 {
     Context = context;
 }
 public CustomerRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #12
0
 public ProductInventoryRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #13
0
 public StateProvinceRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #14
0
 public PersonPhoneRepository(dbAdvent context)
 {
     Context = context;
 }
Exemple #15
0
 public AddressRepository(dbAdvent context)
 {
     Context = context;
 }