public JsonResult Vote(VoteRequest req) { StaticSessionsDao.Vote(req.ShortId, req.MemberId, req.Vote); return(Json("ok")); }