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

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