コード例 #1
0
 public List <string> GetAccountInfoByID(int accountID)
 {
     return(accountDao.GetAccountInfoByID(accountID));
 }