public NotificacionesController(Core.INotificacionesManager notificacionesManager)
 {
     _notificacionesManager = notificacionesManager;
 }
Exemplo n.º 2
0
 public StatisticsService(Core.INotificacionesManager notificacionesManager)
 {
     _notificacionesManager = notificacionesManager;
 }