5 lines
152 B
C#
5 lines
152 B
C#
namespace xMessageService.Constants {
|
|
public struct xMessageServiceConstants {
|
|
public const string DEFAULT_EMPTY_PROVIDER = "EMPTY";
|
|
}
|
|
} |