@{ ViewBag.Title = "Detail"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using AirWheel.Cycling.Service; @using AirWheel.Cycling.Domain; @using AirWheel.Cycling.Common; @model COM_UPLOAD