Exemplo n.º 1
0
 public string RemoveWikiComment(string commentid)
 {
     _engine.DeleteComment(new Guid(commentid));
     return(commentid);
 }