예제 #1
0
 public CreateDigimonCommandHandler(IDigimonRepository digimonRepository, IClock clock)
 {
     this.digimonRepository = digimonRepository;
     this.clock             = clock;
 }
예제 #2
0
 public GetDigimonsQueryHandler(IDigimonRepository digimonRepository)
 {
     this.digimonRepository = digimonRepository;
 }