using System.Collections.Generic; //using Neo.Legitimate.Data.Models; using Pilotfish.Afx.Services.Reports; namespace Neo.Legitimate.UserConsole.Models { public class ActivityModel : BaseUserModel { public long SelectedUserID { get; set; } } }