Esempio n. 1
0
 public async void Delete(int id)
 {
     await PhonebookS.DeletePhonebookEntryAsync(id);
 }