Exemplo n.º 1
0
 public string GetPhoneNumber()
 {
     return(phoneNumberInput.GetAttribute("value"));
 }
Exemplo n.º 2
0
 public string GetSurname()
 {
     return(surnameInput.GetAttribute("value"));
 }