Skip to content

Instantly share code, notes, and snippets.

@joshperry
Forked from anonymous/gist:b45dfa325e786a19ff5f
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshperry/a56af7ff75f93b7d6d31 to your computer and use it in GitHub Desktop.
Save joshperry/a56af7ff75f93b7d6d31 to your computer and use it in GitHub Desktop.
Subscription sub = new Subscription
{
Title = "Accidental Tech Podcast",
Description = "Nerd stuff"
};
var result = await App.db.InsertAsync(sub);
Debug.WriteLine("{0} : {1} {2}", sub.Id, sub.Title, sub.Description);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment