Пример #1
0
 public JsonResult DoesPasswordExist(string password) =>
 Json(profileRepo.ByPassword(password) == null);