10 lines
155 B
C#
10 lines
155 B
C#
namespace MyOffice.Services.Account.Domain;
|
|
|
|
public enum AccountEditStatus
|
|
{
|
|
success,
|
|
failure,
|
|
not_found,
|
|
category_not_found,
|
|
currency_not_found,
|
|
} |