init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
17
Kreta.BusinessLogic/HelperClasses/IskolaorCo.cs
Normal file
17
Kreta.BusinessLogic/HelperClasses/IskolaorCo.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class IskolaorCo
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Guid IdpEgyediAzonosito { get; set; }
|
||||
public string Nev { get; set; }
|
||||
public string MukodesiHelyNeve { get; set; }
|
||||
public int FeladatEllatasiHelyId { get; set; }
|
||||
public int OktatasiNevelesiFeladatTipusId { get; set; }
|
||||
public string AlapertelmezettEmailCim { get; set; }
|
||||
public string AlapertelmezettTelefonszam { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue