Exemple #1
0
 public IndexModel(CheckoutEPay.Models.EpayContext context)
 {
     _context = context;
 }
 public CreateModel(CheckoutEPay.Models.EpayContext context)
 {
     _context = context;
 }