Exemplo n.º 1
0
 public string GetLastName()
 {
     return(CustomerName.Substring(CustomerName.LastIndexOf(" ") + 1));
 }