@model Imza.WebNet.Servis.Models.Ois.EXCELIMPORTUPLOAD @{ ViewBag.Title = "Excel'den Kişi Aktarımı"; ViewBag.Modul = "Kayıt İşlemleri"; ViewBag.ModulLink = "/OISKisiler/Index"; Layout = "~/Views/Shared/Index.cshtml"; } @* << Fatura'ya Geri Dön*@

@ViewBag.Title

@*@using (Html.BeginForm())*@ @using (Html.BeginForm("Kisiler", "ExcelImport", FormMethod.Post, new { enctype = "multipart/form-data" })) { @Html.AntiForgeryToken() @Html.ValidationSummary(true, "", new { @class = "text-danger" }) @Html.Raw(Session["MesajGoster"]) @(Session["MesajGoster"] = "")
@Html.ValidationSummary(true, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.DOSYA, htmlAttributes: new { @class = "control-label col-md-2" })
}