Example #1
0
        // GET: AirlineFlight
        public ActionResult Index()
        {
            var l = afs.GetMany();

            return(View(l));
        }