Пример #1
0
 internal Milestone FromJson(JsonMilestone json)
 {
     return(Milestones[json.self_link] = new Milestone(this, json));
 }
Пример #2
0
 internal Milestone(Cache cache, JsonMilestone json) => (Cache, Json) = (cache, json);