8 lines
186 B
C#
8 lines
186 B
C#
namespace Kreta.Client.SzirApi.Request
|
|
{
|
|
public class StatuszRequest
|
|
{
|
|
public string IntezmenyAzonosito { get; set; }
|
|
public int TanevId { get; set; }
|
|
}
|
|
}
|