2025-11-11 19:49:52 +00:00
|
|
|
|
namespace Erp.Notifications.Application;
|
2025-05-06 06:45:49 +00:00
|
|
|
|
|
|
|
|
|
|
public class NotificationRemoteServiceConsts
|
|
|
|
|
|
{
|
|
|
|
|
|
public const string RemoteServiceName = "Notifications";
|
|
|
|
|
|
|
|
|
|
|
|
public const string ModuleName = "notifications";
|
|
|
|
|
|
}
|
2025-11-11 19:49:52 +00:00
|
|
|
|
|