This commit is contained in:
2023-08-04 20:10:57 +03:00
parent 70edf34cf6
commit 0d45061d81
14 changed files with 866 additions and 35 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ public class AccountSimple
public Guid Id { get; set; }
public string Name { get; set; }
public AccountAccessTypeEnum Type { get; set; }
public string CurrencyName { get; set; }
public string CurrencyShortName { get; set; }
public string? CurrencyName { get; set; }
public string? CurrencyShortName { get; set; }
public decimal? CurrencyRate { get; set; }
public int? CurrencyQuantity { get; set; }
public decimal? TotalPlus { get; set; }