Exemplo n.º 1
0
 public DefaultService(ApplicationStarter starter)
 {
     _starter = starter;
 }
Exemplo n.º 2
0
 public CommandCollection(ApplicationStarter starter)
 {
     _starter = starter;
 }