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