Skip to content

Instantly share code, notes, and snippets.

@stevenh77
Created October 13, 2014 10:36
Show Gist options
  • Save stevenh77/98478d27c6c705276cdf to your computer and use it in GitHub Desktop.
Save stevenh77/98478d27c6c705276cdf to your computer and use it in GitHub Desktop.
public interface IIdentifiableEntity
{
int EntityId { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment