Пример #1
0
        public Vcomment GetVcommentById(int?id)
        {
            Vcomment vcomment = ivcomment.GetVcommentById(id);

            return(vcomment);
        }
Пример #2
0
        public Vcomment GetVcommentById(int?id)
        {
            Vcomment vcomment = db.Vcomment.Find(id);

            return(vcomment);
        }