コード例 #1
0
 public PrivateMessageNotificationAppService(
     IPrivateMessageNotificationManager notificationManager,
     IPrivateMessageNotificationRepository repository)
 {
     _notificationManager = notificationManager;
     _repository          = repository;
 }
コード例 #2
0
 public PrivateMessageNotificationManager(
     IPrivateMessageNotificationRepository repository)
 {
     _repository = repository;
 }