13 lines
330 B
C#
13 lines
330 B
C#
using System;
|
|
|
|
namespace Kreta.Eugyintezes.BusinessLogic.Models
|
|
{
|
|
public class NebuloEUgySaveResponseModel
|
|
{
|
|
public string OktatasiAzonosito { get; set; }
|
|
public DateTime SzuletesiDatum { get; set; }
|
|
public string Statusz { get; set; }
|
|
public string MuveletStatusz { get; set; }
|
|
}
|
|
}
|