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