12 lines
350 B
C#
12 lines
350 B
C#
namespace Kreta.Client.KGR.Request
|
|
{
|
|
public class ProjektHeaderRequest
|
|
{
|
|
public string IntezmenyGuid { get; set; }
|
|
public int AlkalmazottId { get; set; }
|
|
|
|
public string OktatasiAzonosito { get; set; }
|
|
public string AlkalmazottNev { get; set; }
|
|
public string IDPEgyediazonosito { get; set; }
|
|
}
|
|
}
|