Exemplo n.º 1
0
 public void DeleteComment(string id)
 {
     _engine.RemoveComment(new Guid(id));
 }