예제 #1
0
 public async Task <int> DeActivateListing(int id)
 {
     return(await _listingRepository.DeActivateListing(id));
 }