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