erp-platform/api/modules/Erp.Notifications/Erp.Notifications.Application.Contracts/NotificationRemoteServiceConsts.cs

10 lines
211 B
C#
Raw Normal View History

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