Пример #1
0
 public ActionResult <List <Order> > GetOrders(int id)
 {
     return(merchantService.GetOrdersService(id));
 }