Exemplo n.º 1
0
 internal Specification FromJson(JsonSpecification json)
 {
     return(Specifications[json.self_link] = new Specification(this, json));
 }
Exemplo n.º 2
0
 internal Specification(Cache cache, JsonSpecification json) => (Cache, Json) = (cache, json);