Example #1
0
        public ActionResult Skuespiller(int id = 0)
        {
            var skuespillerInfo = _kundeBLL.HentSkuespillerInfo(id);

            return(View(skuespillerInfo));
        }