Created
August 5, 2019 12:52
-
-
Save aranm/e4d67ac42832f8affa0e1b920c4a894d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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