6 lines
177 B
C#
6 lines
177 B
C#
namespace xStorageService.Constants {
|
|
public partial struct ConfigurationNodeNames {
|
|
public const string STORAGE_SERVICE_NODE_NAME = "StorageConfiguration";
|
|
}
|
|
|
|
} |