示例#1
0
 public ActionResult <List <Order> > GetDeliveryOrders(int id)
 {
     return(merchantService.GetDeliveryOrder(id));
 }