init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class NevOktLeNemKotottMunkaidoSearchCO
|
||||
{
|
||||
public DateTime? DatumTol { get; set; }
|
||||
public DateTime? DatumIg { get; set; }
|
||||
public DateTime? KezdeteTol { get; set; }
|
||||
public DateTime? KezdeteIg { get; set; }
|
||||
public DateTime? VegeTol { get; set; }
|
||||
public DateTime? VegeIg { get; set; }
|
||||
public int? TanarId { get; set; }
|
||||
public int? Kategoria { get; set; }
|
||||
public DateTime? RogzitesDatumaTol { get; set; }
|
||||
public DateTime? RogzitesDatumaIg { get; set; }
|
||||
public int? FeladatKategoriaId { get; set; }
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
public int? IsToroltTevekenysegek { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue