9 lines
206 B
C#
9 lines
206 B
C#
namespace Nocr.TelegramListener.AppServices;
|
|
|
|
public static class Constants
|
|
{
|
|
public static class RoutingKeys
|
|
{
|
|
public const string Subscriptions = "nocr.text.matcher.subscriptions";
|
|
}
|
|
} |