Remove unused interface

This commit is contained in:
Ryan Nowak 2016-04-20 22:38:40 -07:00
parent 683356ea59
commit 8efd12187c
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.AspNetCore.Mvc.ModelBinding
{
/// <summary>
/// Represents an aggregate of <see cref="IModelBinder"/> that delegates to one of the instances for model binding.
/// </summary>
public interface ICompositeModelBinder : IModelBinder
{
}
}