//------------------------------------------------------------------------------ // // 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; public partial class Pr_OfficeLocationSetupUpsert_Result { public long OfficeLocationID { get; set; } public string LocationName { get; set; } public string LocationAddress { get; set; } public short DivisionTypeID { get; set; } public short ProvinceID { get; set; } public Nullable RegionID { get; set; } public Nullable LicencingBoardID { get; set; } public Nullable PaymentClerkUserID { get; set; } public Nullable AssessorUserID { get; set; } public Nullable SeniorManagerApproverUserID { get; set; } public Nullable InspectionCapturerUserID { get; set; } public Nullable ReferralCapturerUserID { get; set; } public bool HandlesGazetting { get; set; } public string GazetteNumberPrefix { get; set; } public Nullable AdjudicationOfficerUserID { get; set; } public Nullable AdjudicationSecrataryUserID { get; set; } public string AdjudicationAgendaEmails { get; set; } public Nullable AdjudicationHearingQuorumCount { get; set; } public Nullable AdjudicationMeetingQuorumCount { get; set; } public Nullable MaxAdjudicationAutoApplicationCount { get; set; } } }