Exemple #1
0
 public void ConfirmOrder()
 {
     _orderFacade.ConfirmOrder(Detail.Id);
 }