Example #1
0
 public List <Pizza> LocalizarPizza(string msg)
 {
     return(_pizzaDB.LocalizarPizza(msg));
 }