Пример #1
0
 // Hirdetés letiltása
 public async Task <Advertisement> Disable(int id)
 {
     return(await AdvertisementRepository.Disable(id));
 }