Files

9 lines
126 B
C#

namespace MyOffice.Services.Account.Domain;
public enum MotionDeleteStatus
{
success,
failure,
not_found,
forbidden,
}