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