예제 #1
0
 //Buscar Todas Pizzas
 public static List <ProdutoDTO> BuscarPizzas()
 {
     return(ClassDAL.BuscarPizzas());
 }