10 lines
239 B
C#
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; }
|
|
}
|
|
}
|