2025-06-17 17:34:03 +05:30

7 lines
149 B
C#

namespace Acme.BookStore;
public static class BookStoreTestConsts
{
public const string CollectionDefinitionName = "BookStore collection";
}