Exemplo 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;
 }
Exemplo n.º 2
0
 public void SetAddress(UboAddress address)
 {
     Address = address;
 }