Beispiel #1
0
 /// <summary>
 /// gets the userrate of a project (the rate that was rated by the user.
 /// </summary>
 public static bool CheckUserRate_Project(int projectID, int userID)
 {
     return(ProjectDB.CheckUserRate_Project(projectID, userID));
 }