Exemple #1
0
 public AddDayCommandHandler(IAdventOfCodeService aocService)
 {
     _aocService = aocService;
 }
Exemple #2
0
 public ConfigureAocCommandHandler(IAdventOfCodeService aocService)
 {
     _aocService = aocService;
 }