Exemplo n.º 1
0
 public Handler(IMonthlyAggregatesStore monthlyAggregatesStore, IMapper mapper, IMediator mediator, IMonthlyAggregateLimitsStore monthlyAggregateLimitsStore)
 {
     this.monthlyAggregatesStore = monthlyAggregatesStore;
     this.mapper   = mapper;
     this.mediator = mediator;
     this.monthlyAggregateLimitsStore = monthlyAggregateLimitsStore;
 }
 public CarLimitChangedEventHandler(IMonthlyAggregateLimitsStore monthlyAggregateLimitsStore)
 {
     this.monthlyAggregateLimitsStore = monthlyAggregateLimitsStore;
 }