????

Your IP : 52.15.220.116


Current Path : C:/inetpub/vhost/qlk.nextform.vn/api/Views/CongNoKhachHangs/
Upload File :
Current File : C:/inetpub/vhost/qlk.nextform.vn/api/Views/CongNoKhachHangs/Delete.cshtml

@model ApiGDTVietnam.DataProvider.EF.Sale_CongNoKhachHang

@{
    ViewBag.Title = "Delete";
}

<h2>Delete</h2>

<h3>Are you sure you want to delete this?</h3>
<div>
    <h4>Sale_CongNoKhachHang</h4>
    <hr />
    <dl class="dl-horizontal">
        <dt>
            @Html.DisplayNameFor(model => model.NgayTao)
        </dt>

        <dd>
            @Html.DisplayFor(model => model.NgayTao)
        </dd>

        <dt>
            @Html.DisplayNameFor(model => model.MaChungTu)
        </dt>

        <dd>
            @Html.DisplayFor(model => model.MaChungTu)
        </dd>

        <dt>
            @Html.DisplayNameFor(model => model.LoaiChungTu)
        </dt>

        <dd>
            @Html.DisplayFor(model => model.LoaiChungTu)
        </dd>

        <dt>
            @Html.DisplayNameFor(model => model.GiaTri)
        </dt>

        <dd>
            @Html.DisplayFor(model => model.GiaTri)
        </dd>

        <dt>
            @Html.DisplayNameFor(model => model.SoDuNo)
        </dt>

        <dd>
            @Html.DisplayFor(model => model.SoDuNo)
        </dd>

        <dt>
            @Html.DisplayNameFor(model => model.DM_LienHe.NguoiTao)
        </dt>

        <dd>
            @Html.DisplayFor(model => model.DM_LienHe.NguoiTao)
        </dd>

    </dl>

    @using (Html.BeginForm()) {
        @Html.AntiForgeryToken()

        <div class="form-actions no-color">
            <input type="submit" value="Delete" class="btn btn-default" /> |
            @Html.ActionLink("Back to List", "Index")
        </div>
    }
</div>