38 lines
1.1 KiB
C#
38 lines
1.1 KiB
C#
using System;
|
|
|
|
namespace Kreta.BusinessLogic.HelperClasses
|
|
{
|
|
public class CsoportTobbesModCO
|
|
{
|
|
public int? CsoportId { get; set; }
|
|
|
|
public int? Tipusa { get; set; }
|
|
|
|
public int? EvfolyamTipusa { get; set; }
|
|
|
|
public int? FeladatEllatasiHelyId { get; set; }
|
|
|
|
public int? OsztalyBontas { get; set; }
|
|
|
|
public int? OsztalyBontasId { get; set; }
|
|
|
|
public int? Vegzos { get; set; }
|
|
|
|
public int? Keresztfeleves { get; set; }
|
|
|
|
public int? IsGyogypedagogiaiLogopediai { get; set; }
|
|
public int? TechnikaiCsoport { get; set; }
|
|
public DateTime? CsoportNaploMegnyitasa { get; set; }
|
|
|
|
public DateTime? CsoportNaploLezarasa { get; set; }
|
|
|
|
public int? TervezettLetszam { get; set; }
|
|
public int? MuveszetiAgId { get; set; }
|
|
public int? ZenemuveszetiAgTipusId { get; set; }
|
|
|
|
public int? CsoportVezeto { get; set; }
|
|
public int? Terem { get; set; }
|
|
public bool IsFromSzervezet { get; set; }
|
|
public int? SzervezetId { get; set; }
|
|
}
|
|
}
|