@model Sevomin.Models.DovominViewModel
|
|
|
|
@{
|
|
ViewBag.Title = "Dovomin";
|
|
}
|
|
|
|
<div class="page-header rtl">
|
|
<h1>تایید حساب کاربری</h1>
|
|
</div>
|
|
|
|
@Html.Partial("PostResult", ViewBag.Result as Sevomin.Models.PostResultViewModel)
|