init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
using System;
|
||||
using Kreta.Client.KGR.Request;
|
||||
using Kreta.Enums.ManualEnums;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses.ApaczaiProgramCOs
|
||||
{
|
||||
public class PalyazatCo
|
||||
{
|
||||
public PalyazatCo()
|
||||
{
|
||||
Palyazo = new ApaczaiPalyazatPalyazo();
|
||||
}
|
||||
|
||||
public int Id { get; set; }
|
||||
public ApaczaiPalyazatPalyazo Palyazo { get; set; }
|
||||
public int TanevId { get; set; }
|
||||
public int StatuszId { get; set; }
|
||||
public string StatuszNev { get; set; }
|
||||
public ApaczaiPalyazatStatuszEnum? Statusz { get; set; }
|
||||
public string Komment { get; set; }
|
||||
public DateTime? Letrehozva { get; set; }
|
||||
public string StatuszKomment { get; set; }
|
||||
public string Iktatoszam { get; set; }
|
||||
public string ErkeztetesiSzam { get; set; }
|
||||
public DateTime? FellebbezesHatarido { get; set; }
|
||||
public DateTime HatranyosHelyzetHatarozatDatum { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue