Skip to content

Instantly share code, notes, and snippets.

@FraukeN
Created February 14, 2018 22:17
Show Gist options
  • Save FraukeN/6beba23a0f33f10bbd62ef0c05be6da1 to your computer and use it in GitHub Desktop.
Save FraukeN/6beba23a0f33f10bbd62ef0c05be6da1 to your computer and use it in GitHub Desktop.
IEntity
public interface IEntity
{
int Id { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment