예제 #1
0
        public IEnumerable <Keep> GetUserKeep()
        {
            var userId = HttpContext.User.Identity.Name;

            return(db.GetUserKeep(userId));
        }