// GET: AccountHolders/Create public ActionResult Create() { TempData["Pin"] = PinGen.RandomPinGen().ToString(); return(View()); }
public void Setup() { pin_gen = new PinGen(); }