Skip to content

Instantly share code, notes, and snippets.

@DannyRusnok
Created February 3, 2022 12:15
Show Gist options
  • Save DannyRusnok/9428c1cc684b2b06cf24ae1e915cb6f2 to your computer and use it in GitHub Desktop.
Save DannyRusnok/9428c1cc684b2b06cf24ae1e915cb6f2 to your computer and use it in GitHub Desktop.
public interface IEntity<TKey>
{
TKey Id { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment