init
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class TantargyFelosztasCO
|
||||
{
|
||||
public int? ID { get; set; }
|
||||
|
||||
public string Nev { get; internal set; }
|
||||
|
||||
public int TanevID { get; set; }
|
||||
|
||||
public int? FoglalkozasTipusa { get; set; }
|
||||
|
||||
public bool Modosithato { get; set; }
|
||||
|
||||
public int TanarID { get; set; }
|
||||
|
||||
public int OsztalyCsoportID { get; set; }
|
||||
|
||||
public int TantargyID { get; set; }
|
||||
|
||||
public double Oraszam { get; set; }
|
||||
|
||||
public double TuloraSzam { get; set; }
|
||||
|
||||
public bool OsszevontOra { get; set; }
|
||||
|
||||
public bool NemzetisegiOra { get; set; }
|
||||
|
||||
public double MegbizasiOraszam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user