init
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
public class FeljegyzesekKeresesePCO
|
||||
{
|
||||
public int? FeladatKategoriaId { get; set; }
|
||||
public int? TanuloId { get; set; }
|
||||
public int? OsztalyId { get; set; }
|
||||
public int? OsztalyCsoportId { get; set; }
|
||||
public bool IsKellKapcsolodoCsoportok { get; set; }
|
||||
public int? FeljegyzoId { get; set; }
|
||||
public int? TipusId { get; set; }
|
||||
public DateTime? DatumTol { get; set; }
|
||||
public DateTime? DatumIg { get; set; }
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
public int TanevId { get; set; }
|
||||
public DateTime? RogzitesDatumTol { get; set; }
|
||||
public DateTime? RogzitesDatumIg { get; set; }
|
||||
public string FeljegyzesSzovege { get; set; }
|
||||
public int? SzervezetTipusId { get; set; }
|
||||
public List<int> SzervezetIdList { get; set; }
|
||||
public string SzervezetNev { get; set; }
|
||||
public string SzervezetAzonosito { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user