Skip to content

Instantly share code, notes, and snippets.

@FraukeN
Created February 14, 2018 22:26
Show Gist options
  • Save FraukeN/bf664101766bf4f691cdd17088d17a1a to your computer and use it in GitHub Desktop.
Save FraukeN/bf664101766bf4f691cdd17088d17a1a to your computer and use it in GitHub Desktop.
SQLiteEntity
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