Пример #1
0
 public PersistedGrantCosmosDocument(PersistedGrantCosmosDocument other)
 {
     Id           = other.Id;
     Type         = other.Type;
     SubjectId    = other.SubjectId;
     TenantId     = other.TenantId;
     ClientId     = other.ClientId;
     CreationTime = other.CreationTime;
     Expiration   = other.Expiration;
     Data         = other.Data;
     ttl          = other.ttl;
 }