using System; using System.Collections.Generic; using System.Linq; using System.Web; using Neo.Legitimate.Data.Models; using Neo.Legitimate.Common; namespace Neo.Legitimate.IntegrationConsole.Models { public class DefaultModel : Pilotfish.Afx.Models.ConsoleModel { public List OLASResults { get; set; } } }