Exemplo n.º 1
0
 static void Main(string[] args)
 {
     ApiConsoleServer.Init()
     .AddCommand <IisSitesCommand>()
     .Run(args);
 }
Exemplo n.º 2
0
        public static ApiConsoleServer Init()
        {
            var builder = new ApiConsoleServer();

            return(builder);
        }