예제 #1
0
 /// <summary>
 /// Sorts the list of person names by last name then given names
 /// </summary>
 public void Sort()
 {
     PersonNames = personNameSorter.Sort(PersonNames);
 }