init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
49
KretaWeb/Areas/Beiratkozas/Models/NebuloEUgyModel.cs
Normal file
49
KretaWeb/Areas/Beiratkozas/Models/NebuloEUgyModel.cs
Normal file
|
@ -0,0 +1,49 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.Beiratkozas.Models
|
||||
{
|
||||
public class NebuloEUgyTorlesResponseModel
|
||||
{
|
||||
public string OktatasiAzonosito { get; set; }
|
||||
public DateTime SzuletesiDatum { get; set; }
|
||||
public string MuveletStatusz { get; set; }
|
||||
}
|
||||
|
||||
public class NebuloEUgySaveResponseModel
|
||||
{
|
||||
public string OktatasiAzonosito { get; set; }
|
||||
public DateTime SzuletesiDatum { get; set; }
|
||||
public string MuveletStatusz { get; set; }
|
||||
public List<NebuloEUgyHibaResponseModel> HibaLista { get; set; }
|
||||
}
|
||||
|
||||
public class NebuloEUgyHibaResponseModel
|
||||
{
|
||||
public string KretaIntezmenyAzonosito { get; set; }
|
||||
public string KretaIntezmenyNev { get; set; }
|
||||
public string KretaIntezmenyCim { get; set; }
|
||||
public string KretaIntezmenyOmAzonosito { get; set; }
|
||||
public string Statusz { get; set; }
|
||||
}
|
||||
|
||||
public class TobbesTorlesNEbuloEugyModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string OktatasiAzonosito { get; set; }
|
||||
public string Nev { get; set; }
|
||||
}
|
||||
|
||||
public class PreCheckModel
|
||||
{
|
||||
public string Ugyiratszam { get; set; }
|
||||
public string TanuloOktatasiAzonosito { get; set; }
|
||||
}
|
||||
|
||||
public class KerelemStatuszokResponseModel
|
||||
{
|
||||
public string Ugyiratszam { get; set; }
|
||||
public string TanuloOktatasiAzonosito { get; set; }
|
||||
public string Statusz { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue