Ejemplo n.º 1
0
 public Ubo(Guid id, string firstname, string lastname, DateTimeOffset birthdate, UboAddress address, BirthAddress birthAddress, CountryIsoCode nationality)
 {
     Id          = id;
     FirstName   = firstname;
     LastName    = lastname;
     BirthDate   = birthdate;
     BirthPlace  = birthAddress;
     Address     = address;
     Nationality = nationality;
 }
Ejemplo n.º 2
0
 public void SetBirthPlace(BirthAddress birthPlace)
 {
     BirthPlace = birthPlace;
 }