Merge pull request #305 from dotnet-architecture/remove-unused-IIdentityParser
Removing unused interface
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using System.Security.Principal;
|
||||
|
||||
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces
|
||||
{
|
||||
public interface IIdentityParser<T>
|
||||
{
|
||||
T Parse(IPrincipal principal);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user