Browse Source

Merge pull request #305 from dotnet-architecture/remove-unused-IIdentityParser

Removing unused interface
main
Eric Fleming 6 years ago
committed by GitHub
parent
commit
42e2149c02
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      src/ApplicationCore/Interfaces/IIdentityParser.cs

9
src/ApplicationCore/Interfaces/IIdentityParser.cs

@ -1,9 +0,0 @@
using System.Security.Principal;
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces
{
public interface IIdentityParser<T>
{
T Parse(IPrincipal principal);
}
}
Loading…
Cancel
Save