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