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