using System.Collections.Generic; using Neo.Legitimate.Data.Models; namespace Neo.Legitimate.MemberConsole.Models { public class OperatingLicenceModel : Pilotfish.Afx.Models.ConsoleModel { public VerifiedMember Member { get; set; } public IEnumerable OperatingLicences { get; set; } public long entityID { get; set; } public long itemID { get; set; } public long DocumentStoreLocationID { get; set; } } }