/// <summary>
 /// 取得列表
 /// </summary>
 protected void GetModel()
 {
     TResult.HandlerResult(GetModel(GetIntKey("id")));
 }
Ejemplo n.º 2
0
 protected void InitHandler()
 {
     TResult.HandlerResult(GetIndexList(GetKey("hostname")));
 }