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