예제 #1
0
 public void Account_Update(AccountBase account, ref int code, ref string msg)
 {
     adapter.Account_Update(account, ref code, ref msg);
 }