using Neo.LegitimateLicences.AccreditationCancelRequest.Models.Database; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Neo.Afx.Services.Comments.Entities; namespace Neo.LegitimateLicences.AccreditationCancelRequest { public class AccreditationCancelRequestDashboardModel : Common.ViewModels.ResponsiveAppWorkflowModel { public List Comments { get; set; } } }