ReactAdvantage
ReactAdvantage copied to clipboard
Load the list of roles from the database
Create the necessary entities, queries, and load the roles into the rolesList page. You can do it similar to the way it was done for the UsersList page. Create the EF migration. Add "Admin" and "User" as roles in the migration so that after the table is created, these 2 roles get added.