11 lines
145 B
C#
11 lines
145 B
C#
namespace MyOffice.Services.Item.Domain
|
|
{
|
|
public enum ItemCategoryRemoveResult
|
|
{
|
|
success,
|
|
failure,
|
|
not_found,
|
|
accounts_exists,
|
|
}
|
|
}
|