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