using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Neo.Afx.Services.Integration; using Neo.Afx.ViewModels; namespace Neo.LegitimateLicences.OperatingLicences { public class DefaultModel : ResponsiveAppBaseModel { public IEnumerable OperatingLicences { get; set; } public IEnumerable Association { get; set; } public object Lookups { get; set; } } }