using Microsoft.AspNetCore.Identity; namespace ConstructorApp.EntityLayer.Entities { public class AppRole : IdentityRole { } }