Files
myoffice/MyOffice.Services/Account/Domain/AccountEditResult.cs
T
2023-06-17 14:16:09 +03:00

10 lines
155 B
C#

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