using Connected.Data;
namespace Connected.Security.Identity;
public interface IRole : IPrimaryKey<int>
{
string Name { get; init; }
}