@* 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 LotoNumberHistoryModel
@**@ @{ if (Model.type == Constants.NEW_YORK_NUMBERS_CODE) { } else if (Model.type == Constants.NEW_YORK_WIN4_CODE) { } else if (Model.type == Constants.NEW_YORK_BOLET_CODE) { } else if (Model.type == Constants.NEW_YORK_MAYRAJ_CODE) { } else if (Model.type == Constants.NEW_YORK_LOTTO3_CODE) { } else if (Model.type == Constants.FLORIDA_PICK3_CODE) { } else if (Model.type == Constants.FLORIDA_PICK4_CODE) { } else if (Model.type == Constants.FLORIDA_BOLET_CODE) { } else if (Model.type == Constants.FLORIDA_MAYRAJ_CODE) { } else if (Model.type == Constants.FLORIDA_LOTTO3_CODE) { } else if (Model.type == Constants.BOULCHANS_CODE) {
#@Model.term.id
} else if (Model.type == Constants.GEORGIA_CASH3_CODE) { } else if (Model.type == Constants.GEORGIA_CASH4_CODE) { } else if (Model.type == Constants.TEXAS_PICK3_CODE) { } else if (Model.type == Constants.TEXAS_DAILY4_CODE) { } else if (Model.type == Constants.TENNESSEE_CASH3_CODE) { } else if (Model.type == Constants.TENNESSEE_CASH4_CODE) { } }
@{ for (int i = 0; i < Model.data.Length; i++) {
@{ if (Model.type == Constants.NEW_YORK_NUMBERS_CODE) { } else if (Model.type == Constants.NEW_YORK_WIN4_CODE) { } else if (Model.type == Constants.NEW_YORK_BOLET_CODE) { } else if (Model.type == Constants.NEW_YORK_MAYRAJ_CODE) { } else if (Model.type == Constants.NEW_YORK_LOTTO3_CODE) { } else if (Model.type == Constants.FLORIDA_PICK3_CODE) { } else if (Model.type == Constants.FLORIDA_PICK4_CODE) { } else if (Model.type == Constants.FLORIDA_BOLET_CODE) { } else if (Model.type == Constants.FLORIDA_MAYRAJ_CODE) { } else if (Model.type == Constants.FLORIDA_LOTTO3_CODE) { } else if (Model.type == Constants.BOULCHANS_CODE) { } else { } }
@Model.data[i]
} }