@* 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; @using System.Globalization; @model LotoNumberModel @{ string endDate = DateTime.ParseExact(Model.data.date_end, "dd/MM/yyyy HH:mm:ss", CultureInfo.InvariantCulture).ToString("dd/MM/yyyy"); string endTime = DateTime.ParseExact(Model.data.date_end, "dd/MM/yyyy HH:mm:ss", CultureInfo.InvariantCulture).ToString("HH:mm"); string drawnDate = DateTime.ParseExact(Model.data.date_random, "dd/MM/yyyy HH:mm:ss", CultureInfo.InvariantCulture).ToString("dd/MM/yyyy"); }
}
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.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)
{
if (i == 0)
{
}
else
{
}
}
}