Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Last active October 1, 2017 00:45
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/025b1fde907b7380e3bf37d65cebf2f3 to your computer and use it in GitHub Desktop.
Save tonysneed/025b1fde907b7380e3bf37d65cebf2f3 to your computer and use it in GitHub Desktop.
public interface ITrackable
{
TrackingState TrackingState { get; set; }
ICollection<string> ModifiedProperties { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment