Beispiel #1
0
 public ActionResult <List <MenuItem> > ViewByCategory(string category)
 {
     return(_itemService.GetByCategory(category));
 }