Esempio n. 1
0
 //Gets specific dish from menu
 MenuScript.Dish GetDish(string id)
 {
     return(menu.GetDish(id));
 }