11 lines
152 B
C#
11 lines
152 B
C#
namespace MyOffice.Services.Account.Domain
|
|
{
|
|
public enum AccountAddStatus
|
|
{
|
|
success,
|
|
failure,
|
|
category_not_found,
|
|
currency_not_found,
|
|
}
|
|
}
|