using System.Collections.Generic; using Neo.Legitimate.Data.Models; using Pilotfish.Afx.Services.Reports; namespace Neo.Legitimate.Vehicles.Models { public class ReportDefinitionModel { public long UserID { get; set; } public IEnumerable UserRoles { get; set; } public ReportDefinition ReportDefinition; public object Lookups; } }