11 lines
373 B
C#
11 lines
373 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class KretaSzamlaAdatokDto
|
|
{
|
|
public string OktatasiAzonosito { get; set; }
|
|
public int? KretaAlkalmazottAzonosito { get; set; }
|
|
public SzamlazasiCimDto SzamlazasiCim { get; set; }
|
|
public string FunkcioTeruletSAPKod { get; set; }
|
|
public string Nev { get; set; }
|
|
}
|
|
}
|