11 lines
450 B
C#
11 lines
450 B
C#
namespace xIds.Constants
|
|
{
|
|
public struct ConfigurationNodeNames
|
|
{
|
|
public const string DB_SEED_NODE_NAME = "DbSeeder";
|
|
public const string PROVIDER_NODE_NAME = "DbProvider";
|
|
public const string IDENTITY_NODE_NAME = "IdentityConfiguration";
|
|
public const string DATA_SERVICE_NODE_NAME = "DataServiceConfiguration";
|
|
public const string IDENTITY_RESOURCE_NODE_NAME = "IdentityResourceConfiguration";
|
|
}
|
|
} |