public GetLatestStatisticQueryHandler(IStatisticQueryRepository statistics)
 => this.statistics = statistics;
Esempio n. 2
0
 public GetPlaceViewsQueryHandler(IStatisticQueryRepository statistics)
 => this.statistics = statistics;