Exemplo n.º 1
0
 public void Account_Insert(AccountBase account, ref int code, ref string msg)
 {
     adapter.Account_Insert(account, ref code, ref msg);
 }