예제 #1
0
 //
 // GET: /Home/
 public ActionResult Index()
 {
     return(View(recordsDAO.GetAllRecords()));
 }