init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
36
Kreta.BusinessLogic/HelperClasses/Felhasznalo4TAdatokCo.cs
Normal file
36
Kreta.BusinessLogic/HelperClasses/Felhasznalo4TAdatokCo.cs
Normal file
|
@ -0,0 +1,36 @@
|
|||
using System;
|
||||
using SDA.Kreta.Entities;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class Felhasznalo4TAdatokCo
|
||||
{
|
||||
public Felhasznalo4TAdatokCo()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public string Elotag { get; set; }
|
||||
public string Vezeteknev { get; set; }
|
||||
public string SzuletesiVezeteknev { get; set; }
|
||||
public string Utonev { get; set; }
|
||||
public string SzuletesiUtonev { get; set; }
|
||||
public string AnyjaVezeteknev { get; set; }
|
||||
public string AnyjaUtonev { get; set; }
|
||||
public string SzuletesiHely { get; set; }
|
||||
public DateTime? SzuletesiDatum { get; set; }
|
||||
|
||||
public static implicit operator Felhasznalo4TAdatokCo(Gondviselo gondviselo) => new Felhasznalo4TAdatokCo
|
||||
{
|
||||
Elotag = gondviselo.Elotag,
|
||||
Vezeteknev = gondviselo.Vezeteknev,
|
||||
Utonev = gondviselo.Utonev,
|
||||
SzuletesiVezeteknev = gondviselo.SzuletesiVezeteknev,
|
||||
SzuletesiUtonev = gondviselo.SzuletesiUtonev,
|
||||
AnyjaVezeteknev = gondviselo.AnyjaVezeteknev,
|
||||
AnyjaUtonev = gondviselo.AnyjaUtonev,
|
||||
SzuletesiHely = gondviselo.SzuletesiHely,
|
||||
SzuletesiDatum = gondviselo.SzuletesiDatum
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue