8 lines
114 B
C#
8 lines
114 B
C#
namespace MyOffice.Services.Account.Domain;
|
|
|
|
public enum MotionUpdateStatus
|
|
{
|
|
success,
|
|
failure,
|
|
not_found,
|
|
} |