OpenAPI.NET.OData/test/Microsoft.OpenAPI.OData.Reader.Tests/Capabilities/CountRestrictionsTests.cs
2018-01-18 17:57:03 -08:00

13 lines
408 B
C#

// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// ------------------------------------------------------------
namespace Microsoft.OpenApi.OData.Reader.Capabilities.Tests
{
public class CountRestrictionsTests
{
}
}