//------------------------------------------------------------------------------ // // 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.Data.Models { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class OfficeLocationSetupDocumentTemplate { public long OfficeLocationID { get; set; } public Nullable PreAdjudicationLetterDocumentID { get; set; } public Nullable PreAdjudicationObjectionLetterDocumentID { get; set; } public Nullable PostAdjudicationLetterApprovedDocumentID { get; set; } public Nullable PostAdjudicationLetterPostponedDocumentID { get; set; } public Nullable PostAdjudicationLetterRefusedDocumentID { get; set; } public Nullable PostAdjudicationLetterCancelledDocumentID { get; set; } public Nullable PostAdjudicationLetterWithdrawnDocumentID { get; set; } public Nullable PostAdjudicationLetterStruckOffDocumentID { get; set; } public Nullable TATConfirmationReceipt_DocumentID { get; set; } public Nullable LicenceAnnexure_AdjudicationPanelDocumentID { get; set; } public virtual OfficeLocationSetup OfficeLocationSetup { get; set; } } }