示例#1
0
 public ActionResult StartNewRound()
 {
     _roundKeeper.StartNewRound();
     return(RedirectToAction("Estimate"));
 }