public NotificacionesController(Core.INotificacionesManager notificacionesManager)
 {
     _notificacionesManager = notificacionesManager;
 }
Exemple #2
0
 public StatisticsService(Core.INotificacionesManager notificacionesManager)
 {
     _notificacionesManager = notificacionesManager;
 }