예제 #1
0
 public JsonResult()
 {
     _jsonSet = new JsonSet(new JsonTable[0]);
 }
예제 #2
0
 public JsonResult(JsonSet jsonSet)
 {
     _jsonSet = jsonSet ?? new JsonSet(new JsonTable[0]);
 }