public CreateDigimonCommandHandler(IDigimonRepository digimonRepository, IClock clock) { this.digimonRepository = digimonRepository; this.clock = clock; }
public GetDigimonsQueryHandler(IDigimonRepository digimonRepository) { this.digimonRepository = digimonRepository; }