init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
20
Kreta.Core/Domain/KirTanuloBase.cs
Normal file
20
Kreta.Core/Domain/KirTanuloBase.cs
Normal file
|
@ -0,0 +1,20 @@
|
|||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Kreta.Core.Domain
|
||||
{
|
||||
public abstract class KirTanuloBase
|
||||
{
|
||||
[JsonIgnore]
|
||||
public string SzuletesiNev { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public string AnyjaNeve { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public DateTime? SzuletesiDatum { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public string SzuletesiHely { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue