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