8 lines
131 B
C#

namespace EnotaryoPH.Data.Constants
{
public enum LawyerStatus
{
New = 0,
FingerprintScanned = 5
}
}