예제 #1
0
 public List <Food> GetMenuDetailByMenuId(int menuId)
 {
     return(_menudata.GetFoodsByMenuId(menuId));
 }