kreta/Kreta.Client/KGR/Model/ApaczaiPalyazatTortenetModel.cs
2024-03-13 00:33:46 +01:00

15 lines
290 B
C#

using System;
namespace Kreta.Client.KGR.Model
{
public class ApaczaiPalyazatTortenetModel
{
public string Cim { get; set; }
public DateTime Datum { get; set; }
public string Megjegyzes { get; set; }
public int StatuszId { get; set; }
}
}