using System.Collections.Generic; using Microsoft.AspNetCore.Identity; namespace api.Models { public class Role : IdentityRole { public ICollection UserRoles{get;set;} } }