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