Exemplo n.º 1
0
 public static Test FromJson(TestJson json)
 {
     return(new Test(json));
 }
Exemplo n.º 2
0
 Test(TestJson json)
 {
     this.json = json;
 }