Exemplo n.º 1
0
 public static bool IsAwayWinner(this HistoryModel historyModel, int playerId)
 {
     return(TeamResultEnum.VICTORY == historyModel.ResultKindAwayTeam &&
            historyModel.IsAwayPlayer(playerId));
 }