Ejemplo n.º 1
0
        ///////////////////////



        public IEnumerable <Keep> GetAllPrivateKeeps(string userId)
        {
            return(_repo.GetAllPrivateKeeps(userId));
        }