telegram-listener/src/Nocr.TelegramListener.AppServices/Constants.cs
2024-05-03 12:39:28 +03:00

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";
}
}