Example #1
0
 public List <Order> GetAll()
 {
     return(orderDao.GetAll());
 }
 //Get a list of all the orders from the DAO
 public List <Order> GetAllOrders()
 {
     return(order_DAO.GetAll());
 }