using System.Collections.Generic; using Neo.Afx.Services.Workflows.Entities; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; namespace Neo.LegitimateLicences.Web.Models { public class SearchModel : ResponsiveAppBaseModel { public List SearchResults { get; set; } } }