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