using Neo.Afx.ViewModels; using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.AccreditationCancelRequest { public class NewAccreditationCancelRequestModel : Common.ViewModels.ResponsiveAppWorkflowModel { public IEnumerable Accreditations { get; set; } } }