Exemplo n.º 1
0
 public void Pay()
 {
     _clientDataAccess.PayForOrder(_userContext.Id, _currentOrder.Id);
 }