コード例 #1
0
ファイル: pylon_impl.cs プロジェクト: xcodecraft/pylon4net
 public PylonRestSvc()
 {
     this.httpSvc = new HttpSvc();
     this.router = new Router();
     this.router.assemble();
 }
コード例 #2
0
ファイル: pylon_impl.cs プロジェクト: xcodecraft/pylon4net
 public PylonRestSvc()
 {
     this.httpSvc = new HttpSvc();
     this.router  = new Router();
     this.router.assemble();
 }