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 DualisSzerzodesSearchPco
|
||||
{
|
||||
public int? TanarId { get; set; }
|
||||
|
||||
public string NevSearch { get; set; }
|
||||
|
||||
public string AnyjaNeve { get; set; }
|
||||
|
||||
public string SzuletesiHely { get; set; }
|
||||
|
||||
public DateTime? SzuletesiIdoTol { get; set; }
|
||||
|
||||
public DateTime? SzuletesiIdoIg { get; set; }
|
||||
|
||||
public string OktatasiAzonosito { get; set; }
|
||||
|
||||
public string DualisKepzohelyNev { get; set; }
|
||||
|
||||
public string DualisKepzohelyAdoszama { get; set; }
|
||||
|
||||
public DateTime? FeltoltesDatumTol { get; set; }
|
||||
|
||||
public DateTime? FeltoltesDatumIg { get; set; }
|
||||
|
||||
public int? Statusz { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue