Esempio n. 1
0
 public JsonResult SwitchToBallot(int ballotId, bool refresh)
 {
     return(CurrentBallotModel.SwitchToBallotAndGetInfo(ballotId, refresh).AsJsonResult());
 }