fix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MyOffice.Data.Models.Accounts.Domain;
|
||||
|
||||
using Currencies;
|
||||
|
||||
public class AccountWithRate
|
||||
{
|
||||
public Account Account { get; set; } = null!;
|
||||
public Currency? Currency { get; set; }
|
||||
public CurrencyRate? Rate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user