示例#1
0
 public dBill()
 {
     db = new DrugStoreDataContext();
 }
 public dMedicine()
 {
     db = new DrugStoreDataContext();
 }
示例#3
0
 public dEmployee()
 {
     db = new DrugStoreDataContext();
 }
 public dCountry()
 {
     db = new DrugStoreDataContext();
 }
 public dCustomer()
 {
     db = new DrugStoreDataContext();
 }
 public dSupplier()
 {
     db = new DrugStoreDataContext();
 }
示例#7
0
 public dQuantityPerUnit()
 {
     db = new DrugStoreDataContext();
 }
 public dAccount()
 {
     db = new DrugStoreDataContext();
 }