Files
xStorageService/Constants/ConfigurationNodeNames.cs
T
2024-01-25 04:49:52 +03:30

6 lines
177 B
C#

namespace xStorageService.Constants {
public partial struct ConfigurationNodeNames {
public const string STORAGE_SERVICE_NODE_NAME = "StorageConfiguration";
}
}