sozsoft-platform/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Application.Contracts/NotificationRemoteServiceConsts.cs

10 lines
215 B
C#
Raw Permalink Normal View History

2026-02-24 20:44:16 +00:00
namespace Sozsoft.Notifications.Application;
public class NotificationRemoteServiceConsts
{
public const string RemoteServiceName = "Notifications";
public const string ModuleName = "notifications";
}