@model Cicm.Database.Models.CompanyLogo @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

Company logo


@Html.DisplayNameFor(model => model.Company)
@Html.DisplayFor(model => model.Company.Name)
@Html.DisplayNameFor(model => model.Year)
@Html.DisplayFor(model => model.Year)
Back to List