コード例 #1
0
 public ProductQuantityService()
 {
     this.context = new MobileStoreEntities();
 }
コード例 #2
0
 public PaymentBillService()
 {
     this.context = new MobileStoreEntities();
 }
コード例 #3
0
 public CategoryService()
 {
     this.context = new MobileStoreEntities();
 }
コード例 #4
0
 public VendorService()
 {
     this.context = new MobileStoreEntities();
 }