コード例 #1
0
 public bool ChangePlayerTeam(string playerId, string teamId)
 {
     return(DbLayer.ChangePlayerTeamAsync(playerId, teamId).Result);
 }