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; }
public void SetBirthPlace(BirthAddress birthPlace) { BirthPlace = birthPlace; }