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