Skip to content

Instantly share code, notes, and snippets.

@aranm
Created August 5, 2019 12:52
Show Gist options
  • Save aranm/e4d67ac42832f8affa0e1b920c4a894d to your computer and use it in GitHub Desktop.
Save aranm/e4d67ac42832f8affa0e1b920c4a894d to your computer and use it in GitHub Desktop.
public interface IApplicationSettings
{
string Get(string key);
string Get(string key, string defaultValue);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment