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 7bf46db + a85b9a4 commit 6ea33c7Copy full SHA for 6ea33c7
src/NoFrixion.MoneyMoov/Models/User/User.cs
@@ -42,7 +42,5 @@ public class User
42
43
public UserRolePermissions? Permissions { get; set; }
44
45
- public List<RoleUser>? UserRoles { get; set; }
46
-
47
public bool IsEmpty() => ID == Guid.Empty && EmailAddress == string.Empty;
48
}
0 commit comments