34 lines
1.4 KiB
C#
34 lines
1.4 KiB
C#
namespace Kreta.BusinessLogic.HelperClasses
|
|
{
|
|
public class TanuloGondviseloCO
|
|
{
|
|
public int? ID { get; set; }
|
|
public int TanuloId { get; set; }
|
|
|
|
public string GondviseloNeve { get; set; }
|
|
public string GondviseloBelepesiNeve { get; set; }
|
|
public string GondviseloJelszava { get; set; }
|
|
public int? RokonsagiFok { get; set; }
|
|
public bool GondviseloAutoEmail { get; set; }
|
|
public bool IsTorvenyesKepviselo { get; set; }
|
|
|
|
public string IranyitoszamGondviselo { get; set; }
|
|
public string HelysegNevGondviselo { get; set; }
|
|
public string KozteruletNevGondviselo { get; set; }
|
|
public string KozteruletJellegNevGondviselo { get; set; }
|
|
public string HazszamGondviselo { get; set; }
|
|
public string EmeletGondviselo { get; set; }
|
|
public string AjtoGondviselo { get; set; }
|
|
public string TelefonszamGondviselo { get; set; }
|
|
public int? TelefonTipusGondviselo { get; set; }
|
|
public string EmailcimGondviselo { get; set; }
|
|
public string EmailCimGuid { get; set; }
|
|
public int? EmailcimTipusGondviselo { get; set; }
|
|
|
|
public int? TanuloElerhetosegCimId { get; set; }
|
|
public int? TanuloElerhetosegTelId { get; set; }
|
|
public int? TanuloElerhetosegEmailId { get; set; }
|
|
|
|
public BankszamlaCo TanuloBankszamlaCo { get; set; }
|
|
}
|
|
}
|