C# Class PokerHandsKata.PokerGameDealer

Inheritance: IPokerGameDealer
Show file Open project: Betclic/CodingDojo-Katas

Public Methods

Method Description
GetScore ( Hand hand ) : Score
GetWinnerHand ( IList hands ) : Hand

Method Details

GetScore() public method

public GetScore ( Hand hand ) : Score
hand Hand
return Score

GetWinnerHand() public method

public GetWinnerHand ( IList hands ) : Hand
hands IList
return Hand