Ejemplo n.º 1
0
 internal Attachment FromJson(JsonAttachment json)
 {
     return(Attachments[json.self_link] = new Attachment(this, json));
 }
Ejemplo n.º 2
0
 internal Attachment(Cache cache, JsonAttachment json) => (Cache, Json) = (cache, json);