public SendCommentNotificationOnAdded(ISendCommentNotification sendCommentNotification)
 {
     _sendCommentNotification = sendCommentNotification;
 }
Пример #2
0
 public SendCommentNotificationOnUpdated(ISendCommentNotification sendCommentNotification)
 {
     _sendCommentNotification = sendCommentNotification;
 }