Skip to content

Instantly share code, notes, and snippets.

@joeybeninghove
Created March 26, 2010 19:19
Show Gist options
  • Save joeybeninghove/345271 to your computer and use it in GitHub Desktop.
Save joeybeninghove/345271 to your computer and use it in GitHub Desktop.
// both of those classes implement IQuery
IQuery query = printer.IsTransient ? new Queries.Insert(printer) : new Queries.Update(printer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment