1public class ApplicationUser : IdentityUser 2{ 3 // Property used for soft deleting users 4 public bool IsDeleted { get; set; } ...
確定! 回上一頁