init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class TanuloOsztalyBesorolasStatuszValtozasAdatCO
|
||||
{
|
||||
public string KretaIntezmenyAzonosito { get; set; }
|
||||
public int TanevKretaAzonosito { get; set; }
|
||||
public string TanuloOktatasiAzonosito { get; set; }
|
||||
public int? OsztalyKretaAzonosito { get; set; }
|
||||
public string OsztalyNeve { get; set; }
|
||||
public DateTime ModositasIdopontja => DateTime.Now;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user