Пример #1
0
 public static void Run(this IAppHost appHost, IApp app)
 {
     appHost.Run(new[] { app });
 }