Exemplo n.º 1
0
 //remove a Comment from the group
 public void RemoveComment(string UNI, int teamID, int ID)
 {
     sql.RemoveComment(UNI, teamID, ID);
 }