kreta/Kreta.Client/KGR/Request/EszkozHeaderRequest.cs
2024-03-13 00:33:46 +01:00

10 lines
239 B
C#

namespace Kreta.Client.KGR.Request
{
public class EszkozHeaderRequest
{
public string IntezmenyGuid { get; set; }
public string IntezmenyAzonosito { get; set; }
public string Sztsz { get; set; }
}
}