public SendCommentNotificationOnAdded(ISendCommentNotification sendCommentNotification)
 {
     _sendCommentNotification = sendCommentNotification;
 }
示例#2
0
 public SendCommentNotificationOnUpdated(ISendCommentNotification sendCommentNotification)
 {
     _sendCommentNotification = sendCommentNotification;
 }