//------------------------------------------------------------------------------ // // 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_ApplicationPrecheckCreate_Result { public long ApplicationPrecheckOutcomeID { get; set; } public long ApplicationPrecheckDetailID { get; set; } public string Title { get; set; } public bool IsSuccessful { get; set; } public string OutcomeDetails { get; set; } public long CreateByID { get; set; } public System.DateTime CreateDate { get; set; } public bool IsCancelled { get; set; } } }