Пример #1
0
 public ActionResult <GatherDto> GetOrderGather(int userId)
 {
     return(orderClient.GetOrderGather(userId));
 }