Files
myoffice/MyOffice.Services/Account/Domain/AccountEditStatus.cs
T
2023-07-28 21:18:18 +03:00

10 lines
155 B
C#

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