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