Exemple #1
0
 public DefaultService(ApplicationStarter starter)
 {
     _starter = starter;
 }
Exemple #2
0
 public CommandCollection(ApplicationStarter starter)
 {
     _starter = starter;
 }