init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
22
Kreta.BusinessLogic/HelperClasses/JogviszonyCo.cs
Normal file
22
Kreta.BusinessLogic/HelperClasses/JogviszonyCo.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class JogviszonyCo
|
||||
{
|
||||
public int? ID { get; set; }
|
||||
public int TanuloId { get; set; }
|
||||
public int? JogviszonyTipusId { get; set; }
|
||||
public DateTime Kezdete { get; set; }
|
||||
public DateTime? Vege { get; set; }
|
||||
public int? JogviszonyKeletkezesenekJogcimeId { get; set; }
|
||||
public int? JogviszonyMegszunesenekJogcimeId { get; set; }
|
||||
public bool IsJogviszonyVizsgalat { get; set; }
|
||||
public string Megjegyzes { get; set; }
|
||||
public bool IsAktiv { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue