Removing unused interface
Fixes: https://github.com/dotnet-architecture/eShopOnWeb/issues/304
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