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

            return(arcomment);
        }
Exemple #2
0
        public Arcomment GetArcommentById(int?id)
        {
            Arcomment arcomment = db.Arcomment.Find(id);

            return(arcomment);
        }