Example #1
0
 // GET: Holiday
 public ActionResult Index()
 {
     return(View(Holiday.GetAll()));
 }