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
|
namespace Microsoft.AspNet.Identity.EntityFramework
|
||||||
{
|
{
|
||||||
public class IdentityRoleClaim : IdentityRoleClaim<string> { }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// EntityType that represents one specific role claim
|
/// EntityType that represents one specific role claim
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ using System;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Identity.EntityFramework
|
namespace Microsoft.AspNet.Identity.EntityFramework
|
||||||
{
|
{
|
||||||
public class IdentityUserClaim : IdentityUserClaim<string> { }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// EntityType that represents one specific user claim
|
/// EntityType that represents one specific user claim
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ using System;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Identity.EntityFramework
|
namespace Microsoft.AspNet.Identity.EntityFramework
|
||||||
{
|
{
|
||||||
public class IdentityUserLogin : IdentityUserLogin<string> { }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Entity type for a user's login (i.e. facebook, google)
|
/// Entity type for a user's login (i.e. facebook, google)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ using System;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Identity.EntityFramework
|
namespace Microsoft.AspNet.Identity.EntityFramework
|
||||||
{
|
{
|
||||||
public class IdentityUserRole : IdentityUserRole<string> { }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// EntityType that represents a user belonging to a role
|
/// EntityType that represents a user belonging to a role
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue