text-matcher/src/Nocr.TextMatcher.AppServices/Constants.cs
Sergey Nazarov ced8c15efb DRAFT: nazarovsa/persistence (#2)
Reviewed-on: #2
Co-authored-by: Sergey Nazarov <insight.appdev@gmail.com>
Co-committed-by: Sergey Nazarov <insight.appdev@gmail.com>
2024-03-29 13:24:04 +00:00

11 lines
290 B
C#

namespace Nocr.TextMatcher.AppServices;
public static class Constants
{
public static class RoutingKeys
{
public const string MatchedSubscriptions = "nocr.text.matcher.matched";
public const string Subscriptions = "nocr.text.matcher.subscriptions";
}
}