mirror of
https://github.com/valentincanonical/eShopOnWeb-chisel-demo.git
synced 2026-05-22 00:02:56 +00:00
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