Esempio n. 1
0
        public Ancomment GetAncommentById(int?id)
        {
            Ancomment ancomment = iancomment.GetAncommentById(id);

            return(ancomment);
        }
Esempio n. 2
0
        public Ancomment GetAncommentById(int?id)
        {
            Ancomment ancomment = db.Ancomment.Find(id);

            return(ancomment);
        }