init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class UjSzktSzakmajegyzekOsszerendelesSearchCo
|
||||
{
|
||||
public int OktatasiNevelesiFeladatId { get; set; }
|
||||
|
||||
public int AgazatUjSzktTipusId { get; set; }
|
||||
|
||||
public int? SzakmaTipusId { get; set; }
|
||||
|
||||
public int? SzakmaIranyTipusId { get; set; }
|
||||
|
||||
public string SzakkepesitesMegnevezese { get; set; }
|
||||
|
||||
public int? AgazatiBesorolas { get; set; }
|
||||
|
||||
public string SzakkepesitesAzonositoszam { get; set; }
|
||||
|
||||
public bool? JelenlegZajloKepzes { get; set; }
|
||||
|
||||
public int? KepzesreFogadhatoTanulokSzama { get; set; }
|
||||
|
||||
public int? JelenlegKepzettTanulokSzama { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue