Exemplo n.º 1
0
 public ActionResult <List <Advertisement> > GetAdvertisementByCategory(string category)
 {
     return(_advertisementService.AdvertisementByCategory(category));
 }