コード例 #1
0
ファイル: Project.cs プロジェクト: doshi100/TeamToGather
 /// <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));
 }