예제 #1
0
 public void AddOrderForCustomer(int customerId)
 {
     _orderRepository.AddOrderForCustomer(customerId);
 }