Skip to content

Instantly share code, notes, and snippets.

@tjchaplin
Last active December 17, 2015 05:48
Show Gist options
  • Save tjchaplin/5560095 to your computer and use it in GitHub Desktop.
Save tjchaplin/5560095 to your computer and use it in GitHub Desktop.
public class User {}
public class UserLoader : ILoader<User>
{
public IEnumerable<User> Load()
{
//return Loaded users
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment