Ejemplo n.º 1
0
 public ActionResult GetMenu(Guid menuId)
 {
     return(Json(business.GetMenuById(menuId)));
 }