//------------------------------------------------------------------------------ // // 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 ApplicationAllowedNewLicence { 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; } public virtual DivisionType DivisionType { get; set; } public virtual Province Province { get; set; } } }