public void Account_Insert(AccountBase account, ref int code, ref string msg) { adapter.Account_Insert(account, ref code, ref msg); }