Delete unused classes

Fixes https://github.com/aspnet/Identity/issues/531
This commit is contained in:
Hao Kung 2015-08-03 17:43:14 -07:00
parent abcd7c87a0
commit 19d56be977
4 changed files with 0 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>