Skip to content

Instantly share code, notes, and snippets.

@mverzilli
Created March 27, 2012 16:25
Show Gist options
  • Save mverzilli/2217677 to your computer and use it in GitHub Desktop.
Save mverzilli/2217677 to your computer and use it in GitHub Desktop.
Service method target story
public User GetUserByEmail(string email)
{
/*
* You give me an email and I'll give you a user.
* By the way, I'll make use of a cache layer so that
* your request doesn't result in performance issues.
* It's not a wonderful world (sorry, Louis Armstrong),
* so in case something goes wrong I'll just write it down
* for someone to take a look at it later.
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment