Exemplo n.º 1
0
 public AddDayCommandHandler(IAdventOfCodeService aocService)
 {
     _aocService = aocService;
 }
Exemplo n.º 2
0
 public ConfigureAocCommandHandler(IAdventOfCodeService aocService)
 {
     _aocService = aocService;
 }