@* For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 *@ @using LotteryWebApp.Languages; @using LotteryWebApp.Components; @using LotteryWebApp.Common; @model PaymentFormModel
@{ if (Model.ticketType == Constants.BOLET_CODE) { } else if (Model.ticketType == Constants.MAYRAJ_CODE) { } else if (Model.ticketType == Constants.LOTTO3_CODE) { } else if (Model.ticketType == Constants.BOULCHANS_CODE) { } }
@Model.data
@* *@