using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.Legitimate.UserConsole.Models { public class BaseUserModel: Pilotfish.Afx.Models.ConsoleModel { public long UserID { get; set; } public string Name { get; set; } public string Email { get; set; } } }