init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Kreta.Core.Domain
|
||||
{
|
||||
public abstract class KirAlkalmazottBase
|
||||
{
|
||||
[JsonIgnore]
|
||||
public string SzuletesiNev { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public string AnyjaNeve { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public DateTime? SzuletesiDatum { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public string SzuletesiHely { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user