Exemple #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 DeleteRegistrationForCarEventHandler(IMonthlyAggregatesStore monthlyAggregatesStore)
 {
     this.monthlyAggregatesStore = monthlyAggregatesStore;
 }
 public Handler(IMonthlyAggregatesStore monthlyAggregatesStore, IMapper mapper)
 {
     this.monthlyAggregatesStore = monthlyAggregatesStore;
     this.mapper = mapper;
 }