8 lines
119 B
C#
8 lines
119 B
C#
namespace MyOffice.Services.Account.Domain;
|
|
|
|
public enum MotionAddStatus
|
|
{
|
|
success,
|
|
failure,
|
|
account_not_found,
|
|
} |