Exemplo n.º 1
0
 public Order New(Order order)
 {
     order.Validate();
     return _repo.CreateOrder(order);
 }