/// <summary> /// GetAllComment - lấy về tất cả comment /// </summary> /// <returns></returns> public DataTable GetAllComment() { return(commentDao.GetAllComment()); }