public Vcomment GetVcommentById(int?id) { Vcomment vcomment = ivcomment.GetVcommentById(id); return(vcomment); }
public Vcomment GetVcommentById(int?id) { Vcomment vcomment = db.Vcomment.Find(id); return(vcomment); }