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