Exemplo n.º 1
0
 /// <summary>
 /// GetcommentById - lấy về comment  theo id
 /// </summary>
 /// <param name="id"></param>
 /// <returns></returns>
 public DataTable GetCommentById(int id)
 {
     return(commentDao.GetCommentById(id));
 }