Reviewed-on: #2 Co-authored-by: Sergey Nazarov <insight.appdev@gmail.com> Co-committed-by: Sergey Nazarov <insight.appdev@gmail.com>
11 lines
290 B
C#
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";
|
|
}
|
|
} |