GetMenuItemIngredients Method

TriCodeTest

MenuCreationController..::..GetMenuItemIngredients Method

Get a list of menu item ingredients attached to a specific menu item then return that list.

Namespace:  TriCodeTest.Controllers
Assembly:  TriCodeTest (in TriCodeTest.dll)

Syntax


[HttpGetAttribute]
public Task<ActionResult> GetMenuItemIngredients(
	int id
)

Parameters

id
Type: Int32
Menu item id

Return Value

List of menu item ingredients