예제 #1
0
 public virtual JsonResult GooglePlusIdExist(string googlePlusId, int?id)
 {
     return(_userManager.CheckGooglePlusIdExist(googlePlusId, id) ? Json(false) : Json(true));
 }