Skip to content

Instantly share code, notes, and snippets.

@babafunke
Last active September 4, 2021 05:31
public interface IPrimaryKey
{
int Id { get; set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment