refactoring
This commit is contained in:
parent
8cec6d44e2
commit
7fc21f1056
25 changed files with 179 additions and 335 deletions
|
|
@ -58,9 +58,11 @@ namespace Yavsc.Model.Circles
|
|||
ConfigurationManager.OpenExeConfiguration(
|
||||
ConfigurationUserLevel.None);
|
||||
|
||||
ProtectedConfigurationSection pSection =
|
||||
config.GetSection("circleProviders")
|
||||
as ProtectedConfigurationSection;
|
||||
DataProviderConfigurationSection pSection =
|
||||
config.GetSection("system.web/circleProviders")
|
||||
as DataProviderConfigurationSection;
|
||||
if (pSection == null)
|
||||
throw new ConfigurationErrorsException ("no circleProviders section defined");
|
||||
|
||||
|
||||
ProviderSettingsCollection providerSettings =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue