We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 347af3f + 2c0ceea commit 5bfc803Copy full SHA for 5bfc803
exercise.wwwapi/Models/User.cs
@@ -3,7 +3,7 @@
3
4
namespace exercise.wwwapi.Models
5
{
6
- public enum Roles { teacher, student }
+ public enum Roles { student, teacher }
7
[Table("users")]
8
public class User
9
0 commit comments