Esempio n. 1
0
 public void DeleteComment(int commentId)
 {
     queries.HandleTransaction(ctx => queries.Comments(ctx).Delete(commentId));
 }