using System.Collections.Generic; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using Neo.Afx.Admin.Security; using Neo.Afx.ViewModels; namespace Neo.LegitimateLicences.Admin { public class SettingsModel : ResponsiveAppBaseModel { public IEnumerable Settings { get; set; } public object Lookups; } }