using System.Collections.Generic; using Neo.Afx.Services.Reports; namespace Neo.LegitimateLicences.Web.Models { public class ReportsModel { public long UserID { get; set; } public IEnumerable UserRoles { get; set; } public IEnumerable ReportDefinitions; public object Lookups; } }