//------------------------------------------------------------------------------ // // 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_ApplicationCreateGetMemberLicences_Result { public Nullable LicenceID { get; set; } public Nullable DateOfIssue { get; set; } public Nullable DateOfExpiry { get; set; } public Nullable LicenceStatusID { get; set; } public string LicenceStatus { get; set; } public string AllowedApplicationRequestTypes { get; set; } public string OperatingLicenceNumber { get; set; } public Nullable IssueNumber { get; set; } public Nullable SourceApplicationID { get; set; } public string OperatorName { get; set; } public string TelCell { get; set; } public Nullable RegionID { get; set; } public Nullable ProvinceID { get; set; } public Nullable AssociationID { get; set; } public string AssociationName { get; set; } public string ServiceTypeIDs { get; set; } public string OriginalOLNumber { get; set; } public string OriginalLTPSNumber { get; set; } } }