init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Kreta.DataAccessManual.Model.TantargyFelosztas
|
||||
{
|
||||
public class TantargyFelosztasDM
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public int? FoglalkozasTipusa { get; set; }
|
||||
public double Oraszam { get; set; }
|
||||
public int TantargyId { get; set; }
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
public int TanevId { get; set; }
|
||||
public int TanarId { get; set; }
|
||||
public bool OsszevontOra { get; set; }
|
||||
public bool NemzetisegiOra { get; set; }
|
||||
public double MegbizasiOraszam { get; set; }
|
||||
public double TuloraSzam { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user