5 lines
168 B
C#
5 lines
168 B
C#
namespace xMessageService.Constants {
|
|
public partial struct ConfigurationNodeNames {
|
|
public const string MESSAGE_NODE_NAME = "MessageConfiguration";
|
|
}
|
|
} |