Пример #1
0
 public JsonResult ActivateUserWithoutEmail(long user_id)
 {
     return(JSON(UserRepository.ActivatingUserWithoutEmail(user_id)));
 }