Delete unused classes
Fixes https://github.com/aspnet/Identity/issues/531
This commit is contained in:
parent
abcd7c87a0
commit
19d56be977
|
|
@ -5,8 +5,6 @@ using System;
|
|||
|
||||
namespace Microsoft.AspNet.Identity.EntityFramework
|
||||
{
|
||||
public class IdentityRoleClaim : IdentityRoleClaim<string> { }
|
||||
|
||||
/// <summary>
|
||||
/// EntityType that represents one specific role claim
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ using System;
|
|||
|
||||
namespace Microsoft.AspNet.Identity.EntityFramework
|
||||
{
|
||||
public class IdentityUserClaim : IdentityUserClaim<string> { }
|
||||
|
||||
/// <summary>
|
||||
/// EntityType that represents one specific user claim
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ using System;
|
|||
|
||||
namespace Microsoft.AspNet.Identity.EntityFramework
|
||||
{
|
||||
public class IdentityUserLogin : IdentityUserLogin<string> { }
|
||||
|
||||
/// <summary>
|
||||
/// Entity type for a user's login (i.e. facebook, google)
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ using System;
|
|||
|
||||
namespace Microsoft.AspNet.Identity.EntityFramework
|
||||
{
|
||||
public class IdentityUserRole : IdentityUserRole<string> { }
|
||||
|
||||
/// <summary>
|
||||
/// EntityType that represents a user belonging to a role
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue