예제 #1
0
 //looks if the group is in the db and active(not complete)
 public bool IsTeamActive(int teamID)
 {
     return sql.IsTeamActive(teamID);
 }