using Neo.Afx.ViewModels; using System.Collections.Generic; namespace Neo.LegitimateLicences.UserConsole.Models { public class UserDetailsModel : BaseUserModel { public Neo.Afx.Admin.Security.User User { get; set; } public List Lookups { get; set; } } }