Compare commits
2 Commits
16ca1b28fc
...
ce650037db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce650037db | ||
|
|
88380c3cc8 |
@ -10,6 +10,7 @@ namespace Apimanager_backend.Dtos
|
|||||||
public List<UserRole>? Roles { get; set; }
|
public List<UserRole>? Roles { get; set; }
|
||||||
public bool IsBan { get; set; }
|
public bool IsBan { get; set; }
|
||||||
public decimal Balance { get; set; }
|
public decimal Balance { get; set; }
|
||||||
|
public string? Avatar { get; set; }
|
||||||
public DateTime Created { get; set; }
|
public DateTime Created { get; set; }
|
||||||
public List<UserPackage>? Packages { get; set; }
|
public List<UserPackage>? Packages { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user