Exemple #1
0
 public PaymentRepository(paymentContext Context)
 {
     _context = Context;
 }
Exemple #2
0
 public PaymentDetailController(paymentContext context)
 {
     _context = context;
 }