kreta/Kreta.BusinessLogic/HelperClasses/IskolaorCo.cs
2024-03-13 00:33:46 +01:00

17 lines
531 B
C#

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; }
}
}