예제 #1
0
 public void Create(Order order)
 {
     _orderRespository.Create(order);
 }