init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
public class SzervezetSearchPco
|
||||
{
|
||||
public string Nev { get; set; }
|
||||
public string Azonosito { get; set; }
|
||||
public string SzervezetCime { get; set; }
|
||||
public int? TanulokSzamaTol { get; set; }
|
||||
public int? TanulokSzamaIg { get; set; }
|
||||
public int? OktatokSzamaTol { get; set; }
|
||||
public int? OktatokSzamaIg { get; set; }
|
||||
public int? CsoportokSzamaTol { get; set; }
|
||||
public int? CsoportokSzamaIg { get; set; }
|
||||
public int? TantargyakSzamaTol { get; set; }
|
||||
public int? TantargyakSzamaIg { get; set; }
|
||||
public int? HelyszinSzamaTol { get; set; }
|
||||
public int? HelyszinSzamaIg { get; set; }
|
||||
public int? SzervezetId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue