예제 #1
0
        public ActionResult IndexChosenLunch()
        {
            string currentUserId = User.Identity.GetUserId();

            return(View(_fruitsRepository.FindChosenLunch(currentUserId)));
        }