Files
2023-06-21 17:56:00 +03:00

10 lines
119 B
C#

namespace MyOffice.Services.Currency.Domain
{
public enum CurrencyAddStatus
{
success,
failed,
exists,
}
}