//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace Neo.LegitimateLicences.ApplicationRequest.Models.Database { using System; public partial class Pr_TAT_AdjudicationPrecheckSearch_Result { public string ApplicationLicenceReferenceNumber { get; set; } public long AdjudicationDetailID { get; set; } public long ApplicationAdjudicationID { get; set; } public long ApplicationDetailID { get; set; } public long ApplicationLicenceID { get; set; } public string Decision { get; set; } public Nullable FinalAdjudicationDecisionDate { get; set; } public string OperatingLicenceNumber { get; set; } } }