5 lines
174 B
C#
5 lines
174 B
C#
namespace xHttpService.Constants {
|
|
public partial struct ConfigurationNodeNames {
|
|
public const string HTTP_SERVICE_NODE_NAME = "HttpServiceConfiguration";
|
|
}
|
|
} |