8 lines
114 B
C#
8 lines
114 B
C#
namespace MyOffice.Services.Currency.Domain;
|
|
|
|
public enum CurrencyEditStatus
|
|
{
|
|
success,
|
|
not_found,
|
|
failed,
|
|
} |