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