using Microsoft.AspNetCore.Identity; namespace MemberCenter.Infrastructure.Identity; public class ApplicationRole : IdentityRole { public DateTimeOffset CreatedAt { get; set; } = DateTimeOffset.UtcNow; }