Example #1
0
 public Team GetPlayerTeam(string teamId)
 {
     return(DbLayer.ReadTeamAsync(teamId).Result);
 }