7 lines
179 B
C#
7 lines
179 B
C#
public class GatewaySyncState
|
|
{
|
|
public Guid Id { get; set; }
|
|
public DateTimeOffset? LastEncounterSyncAt { get; set; }
|
|
public bool InitialSyncCompleted { get; set; }
|
|
}
|