public KontrahentCommandHandler(IKontrahentRepository kontrahentRepository) { _kontrahentRepository = kontrahentRepository; }
public KontrahentListQueryHandler(IKontrahentRepository repository) { _repository = repository; }