Skip to content

Instantly share code, notes, and snippets.

@pcalcado
Created December 24, 2010 15:58
Show Gist options
  • Save pcalcado/754362 to your computer and use it in GitHub Desktop.
Save pcalcado/754362 to your computer and use it in GitHub Desktop.
class OrderRepository {
List<Order> getOrdersFor(Account a){...}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment