| 1234567891011121314151617 |
- @*
- For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
- *@
- @using LotteryWebApp.Languages;
- @using LotteryWebApp.Models;
- @model PartialInform_ViewModel
- <div class="modal-content">
- <div class="modal-body">
- <div class="language-container">
- <h2 id="message" style=" text-align: center; margin-bottom: 20px; color:red;">@Model.message</h2>
- </div>
- </div>
- </div>
|