示例#1
0
 public ChangeFeedbackStatusOperation(
     IInputValidator inputValidator,
     IAllTeams allTeams,
     IFeedbackOperations feedbackOperations,
     IBusinessLogicValidator businessLogicValidator,
     IMemberOpertaions memberOpertaions,
     IBoardOperations boardOperations)
 {
     this.inputValidator         = inputValidator;
     this.allTeams               = allTeams;
     this.feedbackOperations     = feedbackOperations;
     this.businessLogicValidator = businessLogicValidator;
     this.memberOpertaions       = memberOpertaions;
     this.boardOperations        = boardOperations;
 }