예제 #1
0
 public Pair <Guid, Pair <string, string> > SearchPhoneById(Guid id)
 {
     return(Phones.Find(phone => new Guid(phone.Key.ToString()) == id));
 }