init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
public class HelyettesitesekListajaSearchPCO
|
||||
{
|
||||
public int? FeladatKategoriaId { get; set; }
|
||||
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
|
||||
public DateTime? HelyettesitesDatumaTolSearch { get; set; }
|
||||
|
||||
public DateTime? HelyettesitesDatumaIgSearch { get; set; }
|
||||
|
||||
public int? HelyettesitettTanarSearch { get; set; }
|
||||
|
||||
public int? HelyettesitoTanarSearch { get; set; }
|
||||
|
||||
public int? OsztalyCsoportSearch { get; set; }
|
||||
|
||||
public int? TantargySearch { get; set; }
|
||||
|
||||
public int? HelyettesitesTipusaSearch { get; set; }
|
||||
|
||||
public int? NaplozottSearch { get; set; }
|
||||
|
||||
public bool IsKellKapcsolodoCsoportokSearch { get; set; }
|
||||
|
||||
public int? IsOnlineOra { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue