Пример #1
0
 public GetCurrentStatisticsQueryHandler(IStatisticsQueryRepository statistics)
 => this.statistics = statistics;
Пример #2
0
 public StatisticsQueryResource(IStatisticsQueryRepository statisticsQueryRepository)
 {
     this.statisticsQueryRepository = statisticsQueryRepository;
 }
 public StatisticsQueryResource(IStatisticsQueryRepository statisticsQueryRepository)
 {
     this.statisticsQueryRepository = statisticsQueryRepository;
 }
 public GetCarAdViewsQueryHandler(IStatisticsQueryRepository statistics)
 => this.statistics = statistics;