Esempio n. 1
0
 public async Task DeleteComplaintAsync(Guid complaintId)
 {
     await _complaintService.DeleteComplaintAsync(complaintId);
 }