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