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