init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
public class SzakkepzesiMunkaszerzodesSearchPco
|
||||
{
|
||||
public string Honap { 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 List<int> SzervezetIdList { get; set; }
|
||||
|
||||
public string DualisKepzohelyNev { get; set; }
|
||||
|
||||
public string DualisKepzohelyAdoszama { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user