//------------------------------------------------------------------------------ // // 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_ApplicationCreateGetMemberAllowedNewSummary_Result { public long ApplicationAllowedNewLicenceID { get; set; } public string MemberName { get; set; } public string IdNumberOrBusinessRegistrationNumber { get; set; } public long AssociationID { get; set; } public string RegistrationNumber { get; set; } public System.DateTime CreatedDate { get; set; } public long CreatedByID { get; set; } public bool IsUsed { get; set; } public Nullable ApplicationAllowedNewLicenceTypeID { get; set; } public string OperatingLicenceNumber { get; set; } public string ApplicationReferenceNumber { get; set; } public Nullable ApplicationRequestDetailID { get; set; } public Nullable DivisionTypeID { get; set; } public Nullable ProvinceID { get; set; } } }