예제 #1
0
 public ObservableCollection <Contact> ListContacts()
 {
     return(phoneContactModel.GetList());
 }