예제 #1
0
 public List <Order> GetOrders()
 {
     return(OrderData.GetAll());
 }