Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created January 20, 2021 20:24
Show Gist options
  • Save rdelrosario/dc92e0c3c2031ed33fa215c8db920f61 to your computer and use it in GitHub Desktop.
Save rdelrosario/dc92e0c3c2031ed33fa215c8db920f61 to your computer and use it in GitHub Desktop.
_sourceCache.Edit((update) =>
{
update.AddOrUpdate(new Restaurant(name, "Casual", "Fast Food", "US"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment