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