7 lines
149 B
C#
7 lines
149 B
C#
namespace Acme.BookStore;
|
|
|
|
public static class BookStoreTestConsts
|
|
{
|
|
public const string CollectionDefinitionName = "BookStore collection";
|
|
}
|