Ejemplo n.º 1
0
 public OrderDto WriteText(int orderId, int executingUserId, string text)
 {
     return(_ordersService.AddTextToOrder(orderId, executingUserId, text));
 }