예제 #1
0
 public void AddOrChangeNote(int orderId, string note) => _orderRepository.AddOrChangeNote(orderId, note);