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