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