fix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MyOffice.Services.Account.Domain;
|
||||
|
||||
public enum AccountEditStatus
|
||||
{
|
||||
success,
|
||||
failure,
|
||||
not_found,
|
||||
category_not_found,
|
||||
currency_not_found,
|
||||
}
|
||||
Reference in New Issue
Block a user