Beispiel #1
0
 public static DataTable SelectAll(int UserID)
 {
     return(iscore.SelectAll(UserID));
 }