9 lines
120 B
C#
9 lines
120 B
C#
namespace MyOffice.Services.Account.Domain;
|
|
|
|
public enum MotionAddResult
|
|
{
|
|
success,
|
|
failure,
|
|
account_not_found,
|
|
}
|