Exemplo n.º 1
0
 internal TableGeoReplicationInfo(TableGeoReplicationStatus status, DateTimeOffset lastSyncedOn)
 {
     Status       = status;
     LastSyncedOn = lastSyncedOn;
 }