7 lines
223 B
C#
7 lines
223 B
C#
public class KozpontiNebuloResponseModel
|
|
{
|
|
public string IntezmenyAzonosito { get; set; }
|
|
public bool Sikeres { get; set; }
|
|
public int StatuszKod { get; set; }
|
|
public string StatuszUzenet { get; set; }
|
|
}
|