Пример #1
0
 public AlertService(IResourceScope res, IEntityStreamService entities, IAppStatsStreamService stats)
 {
     Entities        = entities;
     Statistics      = stats;
     GlobalResources = res;
     MidnightNotifier.DayChanged().Subscribe(x => StartMonitoring());
 }
Пример #2
0
 public HistoryPageViewModel(IResourceScope scope, IAppStatsStreamService stats) : base(scope)
 {
     Stats = stats;
 }