init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class ElozoOraAdataiCO
|
||||
{
|
||||
public string ElozoOraAdatai { get; set; }
|
||||
public DateTime? ElozoOraDatuma { get; set; }
|
||||
public string ElozoOraTemaja { get; set; }
|
||||
public string ElozoOraEvesSorszama { get; set; }
|
||||
public int TantargyId { get; set; }
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
public int TanarId { get; set; }
|
||||
public DateTime OraKezdete { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user