public ApiGenRequestHandler(string apimethodname, APIHandler hander)
 {
     this._apimethodname = apimethodname;
     this._hander        = hander;
 }
Exemplo n.º 2
0
 public APIJsonHandler(string apimethodname, APIHandler hander)
 {
     this._apimethodname = apimethodname;
     this._hander        = hander;
 }