예제 #1
0
 public void UpdateOrders([FromBody] string value)
 {
     _serviceLogic.UpdateOrder(value);
 }