コード例 #1
0
 /// <summary>
 /// Get state
 /// When visiters want to praise the blog but
 /// the author has deleted the blog before they
 /// refresh the page .So the server must check
 /// the state of blogs.
 /// <param name="id"></param>
 /// <returns></returns>
 public DataTable GetState(int id)
 {
     return(blogdao.GetState(id));
 }