Beispiel #1
0
 public static SqlDataReader SelectScore(int UserID, int KaoJuanID)
 {
     return(iscore.SelectScore(UserID, KaoJuanID));
 }