//------------------------------------------------------------------------------ // // 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; public partial class Pr_AdjudicationApplicationListGet_Result { public long AdjudicationDetailID { get; set; } public string ApplicationNumber { get; set; } public string SurnameOrCompanyName { get; set; } public string FirstNames { get; set; } public string IDNumberOrBusinessRegistrationNo { get; set; } public string Title { get; set; } public string Association { get; set; } public string Decision { get; set; } public string DecisionComments { get; set; } public long ApplicationDetailID { get; set; } public string RequestType { get; set; } public string Member { get; set; } public string TelCell { get; set; } public string HasObjections { get; set; } public int LicenceCount { get; set; } } }