public SmokeTestBindings(SmokeTestContext context) { _context = context; var random = new Random(); _ukprn = random.Next(100000); _learnerUln = random.Next(100000); _apprenticeshipId = _ukprn + _learnerUln; }
public SmokeTestBindings(SmokeTestContext context) { _context = context; }