예제 #1
0
 public GetHistoryQueryHandler(IHistoryEntityRepository historyEntityRepository)
 {
     _historyEntityRepository = historyEntityRepository;
 }
예제 #2
0
 public ProductCreatedEventHandler(IHistoryEntityRepository repository)
 {
     _repository = repository;
 }