fix
This commit is contained in:
@@ -2,6 +2,19 @@
|
||||
|
||||
using MyOffice.Data.Models.Accounts;
|
||||
|
||||
public enum CurrencyGlobalIdEnum
|
||||
{
|
||||
UAH,
|
||||
USD,
|
||||
EUR,
|
||||
GBP,
|
||||
RUB,
|
||||
BTC,
|
||||
ETH,
|
||||
TON,
|
||||
OTHER,
|
||||
}
|
||||
|
||||
public class CurrencyGlobal
|
||||
{
|
||||
public string Id { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user