public RepositoryWrapper(PaymentDbContext repositoryContext) { _repoContext = repositoryContext; }
public PaymentRepository(PaymentDbContext context) { _context = context; }