12.1.2 Identity User Entity First, we need to add a User entity class to the ... Models { public class User : IdentityUser { // add custom properties here } ...
確定! 回上一頁