Esempio n. 1
0
 public IEnumerable <IOaktonCommand> BuildAllCommands()
 {
     return(_commandTypes.Select(x => _commandCreator.Create(x)));
 }