예제 #1
0
        string sendNationalOTP(string mobile, string otp)
        {
            //Smsjust Provider
            //GlobalFuns.SendSMSOnAdd(mobile, otp + " is your one time password(OTP). Please enter the OTP to proceed. Thank you," + System.Environment.NewLine + "Team ROW");

            //MVaayoo Provider
            GlobalFuns.SendAlertSMS(mobile, otp + " is your one time password(OTP). Please enter the OTP to proceed. Thank you, Team ROW");

            return("true");
        }