예제 #1
0
 //
 // GET: /Admin/Calender/
 public ActionResult Index(CalendarModel model)
 {
     return(View(model.GetAllHolidays()));
 }