using System.Collections.Generic; using Neo.Legitimate.Data.Models; using Neo.Legitimate.Data.Models.Ltps; namespace Neo.Legitimate.Applications.Models { public class PurificationLtpsPermitsModel { public IEnumerable LtpsPermits { get; set; } } }