예제 #1
0
 public ActionResult IPForbid()
 {
     bizForbidIP bf = new bizForbidIP();
     List<ForbidIP> list = bf.List();
     return View(list);
 }