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.Vehicles { public class DefaultModel : ResponsiveAppBaseModel { public IEnumerable Vehicles { get; set; } } }