This commit is contained in:
skidoodle 2024-03-13 00:33:46 +01:00
commit e124a47765
19374 changed files with 9806149 additions and 0 deletions

View file

@ -0,0 +1,18 @@
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; }
}
}