Ejemplo n.º 1
0
        public Pcomment GetAncommentById(int?id)
        {
            Pcomment pcomment = ipcomment.GetAncommentById(id);

            return(pcomment);
        }
Ejemplo n.º 2
0
        public Pcomment GetAncommentById(int?id)
        {
            Pcomment pcomment = db.Pcomment.Find(id);

            return(pcomment);
        }