7 lines
241 B
C#
7 lines
241 B
C#
namespace xPushService.Constants {
|
|
public partial class XPushServiceConstants {
|
|
public partial struct XConfigurationNodes {
|
|
public const string XPushServiceConfiguration = "PushServiceConfiguration";
|
|
}
|
|
}
|
|
} |