This commit is contained in:
2023-12-01 20:47:42 +02:00
parent a09fc7ece3
commit 045f60e373
39 changed files with 1252 additions and 945 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
namespace MyOffice.Services.Account.Domain;
using Data.Models.Currencies;
using MyOffice.Services.Currency.Domain;
public class UserDto
{
@@ -13,5 +13,5 @@ public class UserDto
public string? Phone { get; set; }
public string CurrencyId { get; set; } = null!;
public CurrencyGlobal? Currency { get; set; }
}
public CurrencyGlobalDto? Currency { get; set; }
}