Example #1
0
 public void UpdateStatus(string newStatusName)
 {
     plushOrders.UpdateOrderStatus(orderId, newStatusName);
 }