init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
public class NemNaplozottOrakPCO
|
||||
{
|
||||
public int IntezmenyId { get; set; }
|
||||
public int TanevId { get; set; }
|
||||
public DateTime Start { get; set; }
|
||||
public DateTime End { get; set; }
|
||||
public int? TanarId { get; set; }
|
||||
public int? OsztalyCsoportId { get; set; }
|
||||
public int? TantargyId { get; set; }
|
||||
public bool CsakAHelyettesiteseim { get; set; } = false;
|
||||
public bool HelyettesitettOraimIs { get; set; } = false;
|
||||
public DateTime? DatumTol { get; set; }
|
||||
public DateTime? DatumIg { get; set; }
|
||||
public int? OraszamTol { get; set; }
|
||||
public int? OraszamIg { get; set; }
|
||||
public DateTime? OraKezdetTol { get; set; }
|
||||
public DateTime? OraKezdetIg { get; set; }
|
||||
public int? FeladatKategoriaId { get; set; }
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue