Пример #1
0
 public static bool IsHomeWinner(this HistoryModel historyModel, int playerId)
 {
     return(TeamResultEnum.VICTORY == historyModel.ResultKindHomeTeam &&
            historyModel.IsHomePlayer(playerId));
 }