22 lines
959 B
C#
22 lines
959 B
C#
namespace Kreta.BusinessLogic.HelperClasses
|
|
{
|
|
public class TeremTobbesModCO
|
|
{
|
|
public int? ID { get; set; }
|
|
public int? Jelleg { get; set; } //TeremTipusEnum
|
|
public int? Terulet { get; set; }
|
|
public int? Kapacitas { get; set; }
|
|
public int? Vizsgakapacitas { get; set; }
|
|
public int? Aktiv { get; set; }
|
|
public int? MukodesiHelyID { get; set; }
|
|
public int? TeremFelelosID { get; set; }
|
|
public int? TobbOratLehetTartani { get; set; }
|
|
public int? WifiLefedett { get; set; }
|
|
public int? IsInternetkapcsolatElerheto { get; set; }
|
|
public int? TanulokSzamaraHozzaferhInternetesgep { get; set; }
|
|
public int? PedagogusHozzaferhInternetesgep { get; set; }
|
|
public int? OktCelraHasznaltSzamitogepekSzama { get; set; }
|
|
public int? IsInterakttablavalMunkaallomassalFelszerelt { get; set; }
|
|
public int? SzervezetId { get; set; }
|
|
}
|
|
}
|