8 lines
147 B
C#
8 lines
147 B
C#
namespace ShrinkCommand
|
|
{
|
|
public static class ShrinkCommandConstants
|
|
{
|
|
public const string DefaultServiceName = "default";
|
|
}
|
|
}
|