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