Exemplo n.º 1
0
 public JsonResult()
 {
     _jsonSet = new JsonSet(new JsonTable[0]);
 }
Exemplo n.º 2
0
 public JsonResult(JsonSet jsonSet)
 {
     _jsonSet = jsonSet ?? new JsonSet(new JsonTable[0]);
 }