public PaymentForMobileController()
 {
     _PaymentTransactionStoreBase = new PaymentTransactionStoreBase(new LaborServicesDbContext());
     _ReceiptVoucherStoreBase     = new ReceiptVoucherStoreBase(new LaborServicesDbContext());
     _storeBase = new SettingStoreBase(new LaborServicesDbContext());
 }
 public PaymentManager()
 {
     _ReceiptVoucherStoreBase     = new ReceiptVoucherStoreBase(new LaborServicesDbContext());
     _PaymentTransactionStoreBase = new PaymentTransactionStoreBase(new LaborServicesDbContext());
     _storeBase = new SettingStoreBase(new LaborServicesDbContext());
 }