init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
||||
{
|
||||
public class BKITanuloDto
|
||||
{
|
||||
public SzemelyesAdatokDto SzemelyesAdatok { get; set; } = new SzemelyesAdatokDto();
|
||||
public ValasztottIntezmenyDto ValasztottIntezmeny { get; set; }
|
||||
public BKIIgazolvanyokDto Igazolvanyok { get; set; } = new BKIIgazolvanyokDto();
|
||||
public ElerhetosegekDto Elerhetosegek { get; set; } = new ElerhetosegekDto();
|
||||
public List<GondviseloDto> Gondviselok { get; set; } = new List<GondviseloDto>();
|
||||
public BKIIskolaErettsegDto IskolaErettseg { get; set; } = new BKIIskolaErettsegDto();
|
||||
public BKIEtkezesDto KollegiumEtkezes { get; set; } = new BKIEtkezesDto();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user