init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user