Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 15, 2021 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/acf6db0369b1fb4aa3d6bf5552a11447 to your computer and use it in GitHub Desktop.
Save bjoerntx/acf6db0369b1fb4aa3d6bf5552a11447 to your computer and use it in GitHub Desktop.
public class SignatureData
{
public string Barcode { get; set; }
public string Signer { get; set; }
public string IPAddress { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment