9 lines
184 B
C#
9 lines
184 B
C#
namespace Sozsoft.Settings;
|
|
|
|
public class SettingsRemoteServiceConsts
|
|
{
|
|
public const string RemoteServiceName = "Settings";
|
|
|
|
public const string ModuleName = "settings";
|
|
}
|
|
|