using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.AssociationConsole.Models { public class RoutesModel : Pilotfish.Afx.Models.ConsoleModel { public Associations Association { get; set; } public IEnumerable Routes { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } } }