8 lines
211 B
C#
8 lines
211 B
C#
namespace Kurs.Notifications.Application;
|
|
|
|
public class NotificationRemoteServiceConsts
|
|
{
|
|
public const string RemoteServiceName = "Notifications";
|
|
|
|
public const string ModuleName = "notifications";
|
|
}
|