Esempio n. 1
0
 public List <Pizza> Select()
 {
     return(_pizzaDB.SelectPizza());
 }