using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Neo.Afx.Services.Integration; using Neo.Afx.ViewModels; namespace Neo.LegitimateLicences.Accreditations { public class ListModel : ResponsiveAppBaseModel { public string ViewName {get; set; } public string TargetPage { get; set; } public List Accreditations { get; set; } } }