예제 #1
0
        public ActionResult sykkel()
        {
            var Kundebll = new KundeBLL();

            ViewData.Model = Kundebll.sykkel();
            return(View());
        }