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