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