示例#1
0
 public void log_Balance(int userid, string card, float value)
 {
     ActionLog.Balance(userid, card, value);
 }