Esempio n. 1
0
        public Keep GetOne(int id)
        {
            Keep foundKeep = _repo.GetOne(id);

            foundKeep.Views++;
            this.EditVSK(foundKeep);
            return(foundKeep);
        }