Exemple #1
0
 public static void Main()
 {
     Phonebook.InitializeData();
     Phonebook.SearchData(Console.ReadLine());
 }