Ejemplo n.º 1
0
 public async Task <JsonResult> GetArticles(int hotelId)
 {
     return(Json(await YummyOnlineManager.GetArticles(hotelId)));
 }