Пример #1
0
 public static void UpdateCustomerOrderedAmt(int customerSysNo, decimal orderedAmt)
 {
     CustomerDA.AdjustOrderedAmount(customerSysNo, orderedAmt);
 }