using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Neo.LegitimateLicences.Associations { public class DefaultModel : ResponsiveAppBaseModel { public List Associations { get; set; } public object Lookups; } }