Exemple #1
0
 public async Task ApproveAdvertisement(int id)
 {
     await _advertisementService.ApproveAdvertisementAsync(id);
 }