Пример #1
0
 // GET: Leave
 public ActionResult Index()
 {
     return(View(Leave.GetAll()));
 }