using System.Collections.Generic; using Neo.Afx.Admin.Security; namespace Neo.LegitimateLicences.UserConsole.Models { public class SettingsModel : BaseUserModel { public List Settings { get; set; } } }