コード例 #1
0
 public NotificacionesController(Core.INotificacionesManager notificacionesManager)
 {
     _notificacionesManager = notificacionesManager;
 }
コード例 #2
0
 public StatisticsService(Core.INotificacionesManager notificacionesManager)
 {
     _notificacionesManager = notificacionesManager;
 }