Ejemplo n.º 1
0
 public void UpdateBalanceByUserId(decimal Balance, int userID)
 {
     wCtr.UpdateBalanceByUserID(Balance, userID);
 }