public SendCommentNotificationOnAdded(ISendCommentNotification sendCommentNotification)
 {
     _sendCommentNotification = sendCommentNotification;
 }
예제 #2
0
 public SendCommentNotificationOnUpdated(ISendCommentNotification sendCommentNotification)
 {
     _sendCommentNotification = sendCommentNotification;
 }