예제 #1
0
 public ProductQuantityService()
 {
     this.context = new MobileStoreEntities();
 }
 public PaymentBillService()
 {
     this.context = new MobileStoreEntities();
 }
예제 #3
0
 public CategoryService()
 {
     this.context = new MobileStoreEntities();
 }
예제 #4
0
 public VendorService()
 {
     this.context = new MobileStoreEntities();
 }