10 lines
119 B
C#
10 lines
119 B
C#
namespace MyOffice.Services.Currency.Domain
|
|
{
|
|
public enum CurrencyAddStatus
|
|
{
|
|
success,
|
|
failed,
|
|
exists,
|
|
}
|
|
}
|