Exemple #1
0
 /// <summary>
 /// Updates this instance of KLLikeHistory. Returns true on success.
 /// </summary>
 /// <returns>bool</returns>
 private bool Update()
 {
     return(DBKLLikeHistory.Update(
                this.likeID,
                this.authorID,
                this.newsID,
                this.createDate));
 }