Пример #1
0
 public ActionResult BetForHomeMatch(MatchHomeBetInputModel model)
 {
     return(this.BetForMatch(model));
 }
 public ActionResult BetForHomeMatch(MatchHomeBetInputModel model)
 {
     return this.BetForMatch(model);
 }