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

11 lines
152 B
C#

namespace MyOffice.Services.Account.Domain
{
public enum AccountAddStatus
{
success,
failure,
category_not_found,
currency_not_found,
}
}