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