Example #1
0
 public void DeleteComment(int id)
 {
     repo.DeleteComment(id);
 }