Beispiel #1
0
 /// <summary>
 /// inserts the user rate of a specific project
 /// </summary>
 public static bool InsertProjectRate_Rec(int projectID, int userID, int projectRate)
 {
     return(ProjectDB.InsertProjectRate_Rec(projectID, userID, projectRate));
 }