コード例 #1
0
 public DataTable Account_GetList(int accountId)
 {
     return(adapter.Account_GetList(accountId));
 }