fix
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user