コード例 #1
0
ファイル: User.cs プロジェクト: linfancy/CrazyDialect
 public DataRow getUserInfo(int userID)
 {
     return(user.getUserInfo(userID).Rows[0]);
 }