using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.OperatingLicences.Models { public class PurificationLicencesWithExceptionModel { public string Exception { get; set; } public IEnumerable Licences { get; set; } } }