Skip to content

Instantly share code, notes, and snippets.

@brunkb
Created January 6, 2015 05:15
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 brunkb/1d4630995321b32498f2 to your computer and use it in GitHub Desktop.
Save brunkb/1d4630995321b32498f2 to your computer and use it in GitHub Desktop.
Driver code
PricingService ps = new PricingService() // probably injected into a controller if this isn't a batch app
println ps.priceLookup("client1", "item-11-22-33")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment