Ejemplo n.º 1
0
 public void GetLastNameUsingSubstring()
 {
     NameParser.GetLastNameUsingSubstring(FullName);
 }
Ejemplo n.º 2
0
 public void GetLastNameWithSpan()
 {
     NameParser.GetLastNameWithSpan(FullName);
 }
Ejemplo n.º 3
0
 public void GetLastName()
 {
     NameParser.GetLastName(FullName);
 }