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