コード例 #1
0
 public static void Main()
 {
     MvcEngine.Run(new WebServer(1337, DependencyControllerRouter.Initialize(), new ResourceRouter()));
 }