Пример #1
0
        public async Task <ActionResult> Index()
        {
            var friends = await friendRepository.GetAllAsync();

            return(View(friends));
        }