Exemple #1
0
 public ItemData()
 {
     context = new InventoryDataDataContext();
 }
 public BrandData()
 {
     context = new InventoryDataDataContext();
 }
 public ProductTypeData()
 {
     context = new InventoryDataDataContext();
 }
Exemple #4
0
 public SQLData()
 {
     context = new InventoryDataDataContext();
 }