This commit is contained in:
skidoodle 2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions

View file

@ -0,0 +1,34 @@
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; }
}
}