Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created October 1, 2017 00:48
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 tonysneed/1385f73c77a26d02f1226139b61797fd to your computer and use it in GitHub Desktop.
Save tonysneed/1385f73c77a26d02f1226139b61797fd to your computer and use it in GitHub Desktop.
public interface IMergeable
{
Guid EntityIdentifier { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment