Пример #1
0
 public IHttpActionResult Get() //Get all Ad
 {
     return(Ok(adRepo.GetAllAd().ToList()));
 }