コード例 #1
0
 public PaymentForMobileController()
 {
     _PaymentTransactionStoreBase = new PaymentTransactionStoreBase(new LaborServicesDbContext());
     _ReceiptVoucherStoreBase     = new ReceiptVoucherStoreBase(new LaborServicesDbContext());
     _storeBase = new SettingStoreBase(new LaborServicesDbContext());
 }
コード例 #2
0
 public PaymentManager()
 {
     _ReceiptVoucherStoreBase     = new ReceiptVoucherStoreBase(new LaborServicesDbContext());
     _PaymentTransactionStoreBase = new PaymentTransactionStoreBase(new LaborServicesDbContext());
     _storeBase = new SettingStoreBase(new LaborServicesDbContext());
 }