Example #1
0
 public Configuration()
 {
     Database = new DatabaseConfiguration();
     Authentication = new AuthenticationProfile();
     Proxy = new ProxyProfile();
     RegionProfiles = new List<EngineRegionProfile>();
 }
 public DatabaseConnectionProvider(DatabaseConfiguration configuration)
 {
     ProviderConfiguration = configuration;
 }