Ejemplo n.º 1
0
 //deletes the poject 
 public void DeleteGroup(int teamID)
 {
     sql.DeleteGroup(teamID);
 }