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