public DeleteCommentHandler(IDatabaseAuthorizer databaseAuthorizer, IDatabaseCommentEditor databaseCommentEditor) : base(databaseAuthorizer)
 {
     this.databaseCommentEditor = databaseCommentEditor;
 }
예제 #2
0
 public DeleteCommentFunction(IDatabaseAuthorizer databaseAuthorizer, IDatabaseCommentEditor databaseCommentEditor) : base(databaseAuthorizer)
 {
     this.databaseCommentEditor = databaseCommentEditor;
 }