Created
February 14, 2018 22:17
-
-
Save FraukeN/6beba23a0f33f10bbd62ef0c05be6da1 to your computer and use it in GitHub Desktop.
IEntity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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