Compare commits

..

No commits in common. "ce650037db9cac15e181d071de76d647cefc68da" and "16ca1b28fc5eaa343f26e309af2d95c3528567a5" 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; }
}