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