Esempio n. 1
0
        public Vcomment GetVcommentById(int?id)
        {
            Vcomment vcomment = ivcomment.GetVcommentById(id);

            return(vcomment);
        }
Esempio n. 2
0
        public Vcomment GetVcommentById(int?id)
        {
            Vcomment vcomment = db.Vcomment.Find(id);

            return(vcomment);
        }