示例#1
0
 public List <Order> GetOrdersByCustomer(int customerID)
 {
     return(_repo.GetOrdersByCustomer(customerID));
 }