Exemplo n.º 1
0
 public PrivateMessageNotificationAppService(
     IPrivateMessageNotificationManager notificationManager,
     IPrivateMessageNotificationRepository repository)
 {
     _notificationManager = notificationManager;
     _repository          = repository;
 }
 public PrivateMessageNotificationManager(
     IPrivateMessageNotificationRepository repository)
 {
     _repository = repository;
 }