Example #1
0
 public void AddComment(int ID, string Name, string CommentBody)
 {
     _comments.AddCommentToBook(ID, Name, CommentBody);
 }