using System.Collections.Generic; using Neo.Legitimate.Data.Models; using Pilotfish.Afx.ViewModels; namespace Neo.Legitimate.Applications.Models { public class PurificationNeoMembersModel { public List SearchResults { get; set; } public long AssociationID { get; set; } public long ParentAssociationID { get; set; } } }