init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user