コード例 #1
0
 public LoginBO getLoginInfo(int userID)
 {
     return(da.getLoginInfo(userID));
 }