Exemplo n.º 1
0
 public PylonRestSvc()
 {
     this.httpSvc = new HttpSvc();
     this.router = new Router();
     this.router.assemble();
 }
Exemplo n.º 2
0
 public PylonRestSvc()
 {
     this.httpSvc = new HttpSvc();
     this.router  = new Router();
     this.router.assemble();
 }