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