7 lines
299 B
C#
7 lines
299 B
C#
namespace xDataService.Constants {
|
|
public partial struct ConfigurationNodeNames {
|
|
public const string DB_PROVIDER_NODE = "XDBProvider";
|
|
public const string DATA_SERVICE_NODE = "DataServiceConfiguration";
|
|
public const string DATA_SERVICE_DB_SEED_NODE = "DbSeeder";
|
|
}
|
|
} |