阅读背景:

从Identity.EntityFrameworkIdentityUser 中排除属性

来源:互联网 

I have the following class

我有以下课程

public class AppUser : Microsoft.AspNet.Identity.EntityFramework.IdentityUser<int, AppLogin, AppUserRole, AppClaim>
{
    public AppUser()
        : base()
    {
    }

    public System.DateTime DateCreated { get; set; }
    public DateTime? LastActivityDate { get; set; }
}
public c



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: