9 lines
215 B
C#
9 lines
215 B
C#
namespace Sozsoft.Notifications.Application;
|
|
|
|
public class NotificationRemoteServiceConsts
|
|
{
|
|
public const string RemoteServiceName = "Notifications";
|
|
|
|
public const string ModuleName = "notifications";
|
|
}
|
|
|