@page @model WorkFlowCheck.Web.Pages.BaseStock.BusinessFiles.BusinessFilesPageModel @using WorkFlowCheck.Common.Helper @using WorkFlowCheck.Common.DTO @{ ViewData["Title"] = "Folyamat események"; }

@ViewData["Title"]

ID @DisplayNameHelper.GetDisplayName(nameof(ImageFileDTO.FileName), typeof(ImageFileDTO)) @DisplayNameHelper.GetDisplayName(nameof(ImageFileDTO.CreateDate), typeof(ImageFileDTO)) @DisplayNameHelper.GetDisplayName(nameof(ImageFileDTO.FileSize), typeof(ImageFileDTO)) Action
ID @DisplayNameHelper.GetDisplayName(nameof(ImageFileDTO.FileName), typeof(ImageFileDTO)) @DisplayNameHelper.GetDisplayName(nameof(ImageFileDTO.FileSize), typeof(ImageFileDTO)) @DisplayNameHelper.GetDisplayName(nameof(ImageFileDTO.CreateDate), typeof(ImageFileDTO)) Action
@section Scripts { }