11 lines
149 B
C#
11 lines
149 B
C#
namespace MyOffice.Services.Motion.Domain
|
|
{
|
|
public enum MotionCategoryRemoveResult
|
|
{
|
|
success,
|
|
failure,
|
|
not_found,
|
|
accounts_exists,
|
|
}
|
|
}
|