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