init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
19
Kreta.BusinessLogic/HelperClasses/OralatogatasokCO.cs
Normal file
19
Kreta.BusinessLogic/HelperClasses/OralatogatasokCO.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class OralatogatasokCO
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public int Ora { get; set; }
|
||||
public string Latogato { get; set; }
|
||||
public int LatogatoID { get; set; }
|
||||
public string Beosztas { get; set; }
|
||||
public string LatogatottPedagogus { get; set; }
|
||||
public string Tantargy { get; set; }
|
||||
public string OsztalyCsoport { get; set; }
|
||||
public string Megjegyzes { get; set; }
|
||||
public bool NemKotottMunkaidos { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue