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