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