예제 #1
0
 // GET: Study
 public ActionResult Index()
 {
     ViewBag.study = study.getTest() + sutdy2.Sutdy2();
     return(View());
 }