Esempio n. 1
0
 public async Task <IHttpActionResult> GetAllBlogsOfCity(string cityName)
 {
     return(Ok(await searchRepo.GetAllCityBlogs(cityName).ToListAsync()));
 }