Beispiel #1
0
 public IActionResult AddFavourite(int id, int userId)
 {
     _advertService.AddFavourite(id, userId);
     return(Ok());
 }