using Neo.LegitimateLicences.ApplicationRequest.Models.Database; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using Vw_ApplicationDetails_Light = Neo.LegitimateLicences.ApplicationRequest.Models.Database.Vw_ApplicationDetails_Light; namespace Neo.LegitimateLicences.AdjudicationConsole { public class AdjudicationDecisionCaptureModel : ConsoleModel { public Vw_ApplicationDetails_Light ApplicationDetail {get; set;} public long ApplicationAdjudicationID { get; set; } public short AdjudicationDecisionID { get; set; } public List LicenceDurations {get; set;} public bool IsAuthorityRequest { get; set; } } }