예제 #1
0
        public Vcomment GetVcommentById(int?id)
        {
            Vcomment vcomment = ivcomment.GetVcommentById(id);

            return(vcomment);
        }
예제 #2
0
파일: SqlVcomment.cs 프로젝트: ttongw/hxfz
        public Vcomment GetVcommentById(int?id)
        {
            Vcomment vcomment = db.Vcomment.Find(id);

            return(vcomment);
        }