erp-platform/api/modules/Erp.Notifications/Erp.Notifications.Application.Contracts/NotificationRemoteServiceConsts.cs
2025-11-11 22:49:52 +03:00

9 lines
211 B
C#

namespace Erp.Notifications.Application;
public class NotificationRemoteServiceConsts
{
public const string RemoteServiceName = "Notifications";
public const string ModuleName = "notifications";
}