Skip to content

Instantly share code, notes, and snippets.

@eamonnmcevoy
Created March 29, 2017 09:04
Show Gist options
  • Save eamonnmcevoy/86e5819850d6f271a25b9c138984b11c to your computer and use it in GitHub Desktop.
Save eamonnmcevoy/86e5819850d6f271a25b9c138984b11c to your computer and use it in GitHub Desktop.
internal interface IUserService
{
User GetUser(int userId);
}
internal interface IResultService
{
string[] GetUserResults(int userId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment