Example #1
0
        public IEnumerable <Keep> GetMyKeeps()
        {
            string userId = HttpContext.User.Identity.Name;

            return(_repo.GetMyKeeps(userId));
        }