Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active October 14, 2021 20:51
Show Gist options
  • Save bjoerntx/2497f9f59ee752b784d81d83ceab9196 to your computer and use it in GitHub Desktop.
Save bjoerntx/2497f9f59ee752b784d81d83ceab9196 to your computer and use it in GitHub Desktop.
public class StatusChanged {
public SignerStatus SignerStatus { get; set; }
public DateTime TimeStamp { get; set; }
}
public enum SignerStatus {
None,
Sent,
Received,
Opened,
Signed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment