Example #1
0
 public FakePaymentManager(IFakePaymentDal fakePaymentDal)
 {
     _fakePaymentDal = fakePaymentDal;
 }