Beispiel #1
0
 public async Task ExecuteAsync(UltraBuildModel model)
 {
     foreach (var command in _commands)
     {
         await command.ExecuteAsync(model);
     }
 }
 public Task ExecuteAsync(UltraBuildModel model)
 {
     throw new NotImplementedException();
 }