Exemple #1
0
 public async Task DeleteContactAsync(int contactId)
 {
     await _contactDataService.DeleteContactAsync(contactId);
 }