public BookAddedEventHandler(IStatisticsDomainRepository statistics)
 => this.statistics = statistics;
Esempio n. 2
0
 public BusinessCardAddedEventHandler(IStatisticsDomainRepository statistics)
 {
     this.statistics = statistics;
 }