Esempio n. 1
0
 //makes the project complete
 public void CompleteGroup(int teamID)
 {
     sql.CompleteGroup(teamID);
 }