Skip to content

Instantly share code, notes, and snippets.

@configureappio
Created March 28, 2018 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save configureappio/b885cb106f096493bdbb4ea214a27005 to your computer and use it in GitHub Desktop.
Save configureappio/b885cb106f096493bdbb4ea214a27005 to your computer and use it in GitHub Desktop.
Example of moving the application settings to an interface
public interface IMyAppSettings
{
string ApplicationName { get; }
int CountOfItems { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment