Exemplo n.º 1
0
        public IEnumerable <Idea> InterestedIdeas()
        {
            var followerId = User.Identity.GetUserId();

            return(_interestRepository.GetInterestedIdeas(followerId));
        }