Skip to content

Instantly share code, notes, and snippets.

@bgeihsgt
Created February 7, 2015 05:56
Show Gist options
  • Save bgeihsgt/0fc53015a50007de6515 to your computer and use it in GitHub Desktop.
Save bgeihsgt/0fc53015a50007de6515 to your computer and use it in GitHub Desktop.
public interface IConfigurationReader
{
T Get<T>(string key);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment