7 lines
163 B
C#
7 lines
163 B
C#
namespace xServices.Constants
|
|
{
|
|
public partial struct ConfigurationNodeNames
|
|
{
|
|
public const string SERVICES_NODE = "ServicesConfiguration";
|
|
}
|
|
} |