public MerchantRepository(CheckItOutContext context) { _context = context; }
public PaymentRequestRepository(CheckItOutContext context) { _context = context; }