コード例 #1
0
 public bool RemoveTeam(string teamId)
 {
     return(DbLayer.DeleteTeam(teamId));
 }