init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
/// TODO: (DevKornél) model nevét és prop-okat rendberakni
|
||||
public class IgazolasokListajaSearchPCO
|
||||
{
|
||||
public int? IgazolasId { get; set; }
|
||||
|
||||
public int IntezmenyId { get; set; }
|
||||
public int? TanevId { get; set; }
|
||||
public int? TanuloId { get; set; }
|
||||
|
||||
public int? FeladatKategoriaId { get; set; }
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
public DateTime? IgazolasDatuma { get; set; }
|
||||
public DateTime? IgazolasKezdteteSearch { get; set; }
|
||||
public DateTime? IgazolasVegeSearch { get; set; }
|
||||
public int? OsztalyCsoportSearch { get; set; }
|
||||
public string NevSearch { get; set; }
|
||||
public int? IgazolasTipusaSearch { get; set; }
|
||||
public DateTime? RogzitesDatumaTolSearch { get; set; }
|
||||
public DateTime? RogzitesDatumaIgSearch { get; set; }
|
||||
public int? RogzitoSearch { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue