namespace NeomtechERP.Auth.Core.Global
{
    public enum SMSMethod
    {
        SendOTP = 1
    }

}