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

9 lines
211 B
C#
Raw Normal View History

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