using Microsoft.AspNetCore.Identity; namespace RobotNet.IdentityServer.Data { public class ApplicationRole : IdentityRole { public DateTime CreatedDate { get; set; } = DateTime.UtcNow; } }