Exemplo n.º 1
0
 public GetHistoryQueryHandler(IHistoryEntityRepository historyEntityRepository)
 {
     _historyEntityRepository = historyEntityRepository;
 }
Exemplo n.º 2
0
 public ProductCreatedEventHandler(IHistoryEntityRepository repository)
 {
     _repository = repository;
 }