Ejemplo n.º 1
0
        public ActionResult ListeFlyplasser()
        {
            List <Flyplasser> alleFlyplasser = _adminBLL.hentAlleFlyplasser();

            return(View(alleFlyplasser));
        }