6 lines
148 B
C#
6 lines
148 B
C#
namespace KonSoft.Dispatch;
|
|
|
|
public static class DispatchTestConsts
|
|
{
|
|
public const string CollectionDefinitionName = "Dispatch collection";
|
|
} |