예제 #1
0
        public Arcomment GetArcommentById(int?id)
        {
            Arcomment arcomment = iarcomment.GetArcommentById(id);

            return(arcomment);
        }
예제 #2
0
파일: SqlArcomment.cs 프로젝트: ttongw/hxfz
        public Arcomment GetArcommentById(int?id)
        {
            Arcomment arcomment = db.Arcomment.Find(id);

            return(arcomment);
        }