using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.OperatingLicences.Models { public class ExtensionsModel { public List ExtensionDataCaptureStepTasks { get; set; } public List ExtensionApprovalTasks { get; set; } } }