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