using System; namespace Neo.LegitimateLicences.AppProviderIssueRequest.Models.Database { public partial class Vw_AppProviderIssueDetails { public long AppProviderIssueDetailID { get; set; } public long ApplicationDetailID { get; set; } public long VerifiedProviderCertificateID { get; set; } public Nullable WorkflowInstanceID { get; set; } public string ApplicationReferenceNumber { get; set; } public string RequestType { get; set; } public string LegalName { get; set; } public string TradingName { get; set; } public string ApplicationDescription { get; set; } public string CertificateNumber { get; set; } public Nullable IsStillToBeAcquired { get; set; } public short ApplicationRequestTypeID { get; set; } public string BusinessRegNumber { get; set; } public string Email { get; set; } public string Phone { get; set; } } }