Пример #1
0
 internal Card(IJsonCard json, TrelloAuthorization auth)
     : this(json.Id, auth)
 {
     _context.Merge(json);
 }