Files
myoffice_public/MyOffice.Services/Account/Domain/AccountEditStatus.cs
T

11 lines
167 B
C#

namespace MyOffice.Services.Account.Domain;
public enum AccountEditStatus
{
success,
failure,
not_found,
category_not_found,
currency_not_found,
forbidden,
}