using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.Applications.Models { public class PurificationVerifiedLinkedToActiveOlasModel { public IEnumerable LicencesLinkedToActiveOlas { get; set; } } }