Example #1
0
 public ActionResult BetForAwayMatch(MatchAwayBetInputModel model)
 {
     return(this.BetForMatch(model));
 }
 public ActionResult BetForAwayMatch(MatchAwayBetInputModel model)
 {
     return this.BetForMatch(model);
 }