Skip to content

Instantly share code, notes, and snippets.

@tncbbthositg
Created May 6, 2009 21:16
Show Gist options
  • Save tncbbthositg/107749 to your computer and use it in GitHub Desktop.
Save tncbbthositg/107749 to your computer and use it in GitHub Desktop.
using System.Collections.Specialized;
using System.Configuration;
namespace ESG.Utilities.ConfigurationHelper
{
public interface IConfigurationProvider
{
NameValueCollection AppSettings { get; }
ConnectionStringSettingsCollection ConnectionStrings { get;}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment