Created
February 14, 2018 22:26
-
-
Save FraukeN/bf664101766bf4f691cdd17088d17a1a to your computer and use it in GitHub Desktop.
SQLiteEntity
This file contains hidden or 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 class SQLiteEntity : IEntity | |
{ | |
[PrimaryKey, AutoIncrement] | |
public int Id { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment