@* 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)
{
}
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
{
}
}