using System.Collections.Generic; using Neo.Legitimate.Data.Models; using Pilotfish.Afx.Admin.Security; namespace Neo.Legitimate.Admin.Models { public class PlacesModel { public IEnumerable Places { get; set; } public List PlaceTypes { get; set; } } }