Exemplo n.º 1
0
 public void AddOrderForCustomer(int customerId)
 {
     _orderRepository.AddOrderForCustomer(customerId);
 }