Esempio n. 1
0
 private async Task MarkAsProcessed(string notificationId)
 {
     await dataApiClient.DeleteNotificationAsync(notificationId);
 }