Compare commits

..

No commits in common. "1918be0298360c04579342d8d220185b7316c27d" and "d951ea585796088690bf3138d76e5c8d569e59a5" have entirely different histories.

View File

@ -10,7 +10,6 @@ namespace Apimanager_backend.Dtos
public List<UserRole>? Roles { get; set; }
public bool IsBan { get; set; }
public decimal Balance { get; set; }
public string? Avatar { get; set; }
public DateTime Created { get; set; }
public List<UserPackage>? Packages { get; set; }
}