Example #1
0
 public IEnumerable <DAL.Pizza> GetAll()
 {
     return(_pizzaRepository.GetByQuery(x => true));
 }