#48 added basic role features and some cleanUp
This commit is contained in:
@@ -7,6 +7,7 @@ public class UserDto
|
||||
public required string LastName { get; init; }
|
||||
public string UserName { get; init; } = String.Empty;
|
||||
public List<UserTransactionDto> UserTransactions { get; init; } = [];
|
||||
public IList<string> UserRoles { get; init; } = [];
|
||||
|
||||
public required decimal TotalBalance { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user