Example #1
0
 public ActionResult GetPhoneCode(string countryCode)
 {
     return(Json(new { IsSuccess = true, PhoneCode = PhoneManager.GetPhoneCodeByCountryCode(countryCode) }));
 }