kreta/Kreta.BusinessLogic/Logic/Naplozas/Elokeszites/EgyediNaplozasElokeszitesCo.cs
2024-03-13 00:33:46 +01:00

18 lines
737 B
C#

namespace Kreta.BusinessLogic.Logic.Naplozas.Elokeszites
{
public class EgyediNaplozasElokeszitesCo : NaplozasElokeszitesCo
{
public int TanarId { get; set; }
public int? TeremId { get; set; }
public int? FoglakozasId { get; set; }
public int? OsztalyCsoportId { get; set; }
public int? TantargyId { get; set; }
public int? CsengetesirendOraId { get; set; }
public int? CsengetesirendId { get; set; }
public int? HelyettesitesId { get; set; }
public int? HelyettesitesTanarId { get; set; }
public string HelyettesitesOka { get; set; }
public int? HelyettesitesTipus { get; set; }
public bool IsOraOsszevonas { get; set; }
}
}