Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Last active September 29, 2017 16:54
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 NMZivkovic/7bbd387fba8b14d4edf3796437bece02 to your computer and use it in GitHub Desktop.
Save NMZivkovic/7bbd387fba8b14d4edf3796437bece02 to your computer and use it in GitHub Desktop.
public async Task InsertUser(User user)
{
await _usersCollection.InsertOneAsync(user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment